VKs Official Server
Would you like to react to this message? Create an account in a few clicks or log in to continue.
Latest topics
» [Accepted] Unban Appeal
by VK.Angel.OfDeath Sun Mar 31, 2024 8:29 am

» [Solved] Password Reset
by VK.Angel.OfDeath Sat Mar 23, 2024 9:32 pm

» Ramadan Mubarak in Advance
by Shafin Sat Mar 23, 2024 1:52 pm

» Fatal Force - F2
by [F2]M60^ Sat Feb 24, 2024 4:07 pm

» Illegal Immigration | Old Memories | 2017
by BlackOps_Killer Fri Feb 09, 2024 5:25 pm

» VKs and VCMP Previews
by SJHere Sat Jan 20, 2024 1:51 pm

» The Resurgence 4th Year of Anniversary!
by Ninja Tue Jan 16, 2024 10:30 am

» [Solved]Stats Transfer application - Shado[W]^
by SJHere Mon Nov 27, 2023 5:06 pm

» Hi to all my good friends
by VK.Angel.OfDeath Sat Nov 18, 2023 9:04 am

» [Closed] Admin Application - F2.Ninja
by VK.Angel.OfDeath Sat Nov 18, 2023 8:49 am

» [Closed] Suggestion - We can change weather in props
by VK.Angel.OfDeath Sat Nov 18, 2023 8:45 am

» [Denied] Suggestion - Garbageman Job
by VK.Angel.OfDeath Sat Nov 04, 2023 8:27 pm

» Server Files (24/10/2023)
by VK.Angel.OfDeath Sun Oct 29, 2023 1:22 pm

» [Accepted] playaaa, ULK.Hulk. [M4]Halilibow - speed hacking in parkours
by VK.Angel.OfDeath Sun Oct 29, 2023 1:15 pm

» [Solved] Password Reset- TrapHole
by VK.Angel.OfDeath Sun Oct 29, 2023 1:13 pm

» [Solved] Request for Password Reset (2)
by VK.Angel.OfDeath Sat Oct 21, 2023 1:14 pm

» [Solved] Password Rest
by [RPG]G_man Thu Oct 05, 2023 9:07 pm

» [Noted] FPV Suggestion
by SJHere Sat Sep 02, 2023 8:31 pm

» [Solved] Pass Reset Application Foster^
by VK.Angel.OfDeath Fri Jul 28, 2023 12:00 pm

» Wanna start over again?
by palestrino Wed Jul 26, 2023 2:06 am

» hey guys <3
by D@Ch0uChI. Thu Jul 13, 2023 1:51 am

» [Solved] Stats Transfer
by SJHere Sat Jun 17, 2023 6:03 pm

» [Solved] Password Reset
by D4rKR420R Wed May 24, 2023 1:36 am

» Let's all gather after May in VKs
by Mike Sat May 20, 2023 4:55 pm

» [Denied] Player report - [ON]HunTinG
by D4rKR420R Tue May 02, 2023 5:25 am

» Hi halo here
by Alone Sun Apr 30, 2023 11:28 am

» An old Player Of Vks
by Alone Sat Apr 22, 2023 12:01 am

» [Bug Report] Bug in /domination - invisible bridge
by VK.Angel.OfDeath Wed Apr 19, 2023 3:38 pm

» [Noted] Bug Report - Zone
by LOGiC ™ Wed Mar 08, 2023 4:52 pm

» [Noted] Just Suggestion
by LOGiC ™ Wed Mar 08, 2023 4:11 pm

Top posters
ЧК. (8555)
[HARD] Create your own variables I_vote_lcap[HARD] Create your own variables I_voting_bar[HARD] Create your own variables I_vote_rcap 
VK.Angel.OfDeath (6454)
[HARD] Create your own variables I_vote_lcap[HARD] Create your own variables I_voting_bar[HARD] Create your own variables I_vote_rcap 
=SdS=KrlozZ... (6433)
[HARD] Create your own variables I_vote_lcap[HARD] Create your own variables I_voting_bar[HARD] Create your own variables I_vote_rcap 
D4rKR420R (5469)
[HARD] Create your own variables I_vote_lcap[HARD] Create your own variables I_voting_bar[HARD] Create your own variables I_vote_rcap 
=KF=Thunder^ (5405)
[HARD] Create your own variables I_vote_lcap[HARD] Create your own variables I_voting_bar[HARD] Create your own variables I_vote_rcap 
Pavonis (5197)
[HARD] Create your own variables I_vote_lcap[HARD] Create your own variables I_voting_bar[HARD] Create your own variables I_vote_rcap 
SJHere (4421)
[HARD] Create your own variables I_vote_lcap[HARD] Create your own variables I_voting_bar[HARD] Create your own variables I_vote_rcap 
Emma (4261)
[HARD] Create your own variables I_vote_lcap[HARD] Create your own variables I_voting_bar[HARD] Create your own variables I_vote_rcap 
Vipe[R] (3756)
[HARD] Create your own variables I_vote_lcap[HARD] Create your own variables I_voting_bar[HARD] Create your own variables I_vote_rcap 
47. (3704)
[HARD] Create your own variables I_vote_lcap[HARD] Create your own variables I_voting_bar[HARD] Create your own variables I_vote_rcap 

Statistics
We have 1948 registered users
The newest registered user is احمد

Our users have posted a total of 217818 messages in 16809 subjects
Top posting users this month
No user

Top posting users this week
No user


[HARD] Create your own variables

Go down

[HARD] Create your own variables Empty [HARD] Create your own variables

Post by VK.Angel.OfDeath Sat Jul 04, 2020 9:15 am

Guide Custom Variables

- You can also make your own variables. There are two types of variables you can make. Player variables and property variables.

What is the difference? Well if you define something as a property variable it will have the same value for all players, one variable you can find related to this in /playervariablelist is: server_time. It will display the current server time and thus have the same value for everyone at all time.


Property Variables



Setting variable

Example: /addvariablepickup var_test 5
Description: Will set the variable var_test to 5. You can use any names for your variables as long as it starts with var_test.
After you enter the pickup and then enter /addmsgpickup $var_test$, the message will display 5 or NO_VALUE if you haven't entered the variable pickup.

Example: /addvariablepickup var_test angel rules
Description: Will set the variable var_test to "angel rules".

Example: /addvariablepickup var_test var_test2
Description: Will set the variable var_test to the value of var_test2.


Changing variables

Example: /addchangevariablepickup var_test 5
Description: Will add +5 to your variable everytime you enter it.

Example: /addchangevariablepickup var_test -5
Description: Will add -5 to your variable everytime you enter it.


Player Variables


Same thing but use: /addplayervariablepickup and /addchangeplayervariablepickup instead.
VK.Angel.OfDeath
VK.Angel.OfDeath
Server Owner & Forum Admin
Server Owner & Forum Admin

Posts : 6454
Points : 9307
Reputation : 127
Join date : 2012-10-28
Age : 29
Location : Sweden

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum