12.06.2013, 22:52
GetPlayerName returns the player name as reference.
Код:
new pname [24]; GetPlayerName(targetid, pname, 24); format(string, sizeof(string), "You have set %s's virtual world to %d.", pname, vw);//Line 702