26.11.2014, 09:53
Are you mean like this? This is from my gamemode functions..
If you mean like this, then just change it from
to
Btw, i don't understand at all, so you have to explains in better ways.
If you mean like this, then just change it from
pawn Код:
format(string, sizeof(string), " Caller: %s Number: %d", sender, PlayerInfo[playerid][phonenumber]);
SendCopsMessage(playerid, string, COLOR_WHITE);
pawn Код:
format(string, sizeof(string), " Caller: %s Number: %d", sender, PlayerInfo[playerid][phonenumber]);
SendLSEMSMessage(playerid, string, COLOR_WHITE);