28.08.2010, 10:05
i have sendclientmessage to all but it dosnt appear 
it gives the money and stuff but message wont appear 
why?!

_______________________
[GDZ]leader

Код:
public OnPlayerPickUpPickup(playerid, pickupid) { if(pickupid == cash) GivePlayerMoney(playerid,500000); new name[MAX_PLAYER_NAME], string[44]; GetPlayerName(playerid, name, sizeof(name)); SendClientMessageToAll(COLOR_RED, string); format(string, sizeof(string), "%s has completed the parkour mission and received 500000$",name); return 1; }

why?!

_______________________
[GDZ]leader
