18.07.2009, 05:46
you would format a string
add this at the top of your couch stealing code
and change your "SendClientMessageToAll", "(player name) has just stole a couch!", change that to string (no quotes
should look like this
put your color in where <color> is
add this at the top of your couch stealing code
Код:
new pname[24], string[128]; GetPlayerName(playerid, pname, sizeof(pname); format(string, sizeof(string), "%s has just stole a couch!", pname);
should look like this
Код:
SendClientMessageToAll(<color>, string);