03.09.2012, 07:18
:S
dude.. you can use PlayerName(id) to get the name! with only one stop
Ex:
this means u defined this variable multiple times in one command..
dude.. you can use PlayerName(id) to get the name! with only one stop
Ex:
pawn Код:
format(string, sizeof(string),"His name is %s",PlayerName(id));
Код:
warning 219: local variable "pName" shadows a variable at a preceding level