01.06.2010, 22:55
If you want to make a string, do this
Thats not fully correct, but idk how to do the rest.
pawn Код:
new string[128];
new Probber[MAX_PLAYER_NAME];
new Pstolen[MAX_PLAYER_NAME];
GetPlayerName(playerid, Pname, Pstolen, sizeof(Pname, Pstolen));
format(string, sizeof(string), "%s has Stolen %d from %s", Probber, Pstolen);
SendClientMessageToAll(0xFFFFFFF, string);