18.07.2009, 14:44
The GetPlayerName should be before the format line i think. If that don't work try this:
pawn Код:
new string[128], adminname[MAX_PLAYER_NAME];
GetPlayerName(playerid,adminname,sizeof(adminname));
format(string, sizeof(string), "%s has just stole a hobo's couch!",adminname);
SendClientMessageToAll(0x33AA33AA, string);