02.12.2009, 01:50
Quote:
Originally Posted by R4nk3d
How would i define 1 word as a variable?
ex: Code:
new var[64]; format(var,64,"%s",username[playerid]); //in this case, R4nk3d #define a "var" |
Code:
new var[64]; format(var,64,"%s",username[playerid]); //in this case, R4nk3d print(var);