Posts: 216
Threads: 27
Joined: Jun 2014
Reputation:
0
for examply i have variable at top of script:
new retard;
now can i use the value of that variable in this:
SetPlayerArmour(retard, 100); instead of SetPlayerArmour(playerid, 100);
Posts: 216
Threads: 27
Joined: Jun 2014
Reputation:
0
i put retard as variable just for fun, but this is still not working for me. don't know if this is the exact problem in my script or something else
Posts: 983
Threads: 98
Joined: Feb 2012
Reputation:
0
You might have "retard" as a global variable defined in your script. search for "new retard" in your script.
Posts: 1,765
Threads: 1
Joined: Aug 2011
Reputation:
0
Why would you want to do that, unless your forwarding information past a function which isn't capable of holding that information.