18.07.2009, 14:45
Look carefully these lines:
You use GetPlayerName AFTER formatting.. so at the moment format() is called, pname is empty.
pawn Код:
new pname[24], string[128];
format(string, sizeof(string), "%s has just stole a hobo's couch!", pname);
GetPlayerName(playerid, pname, sizeof(pname);