07.08.2009, 12:08
Код:
public OnPlayerPickUpPickup(playerid, pickupid)
{
if(pickupid == mechanicjobtake)
SendClientMessage(playerid, 0xFFC801C8, "Mechanic Job: Do /takejob to take this job!");
PlayerPlaySound(playerid, 1052, 0.0, 0.0, 0.0);
return 1;
}
Now, when I go to that pick-up, It doesn't send the message, it just playes the sound, so I know its a problem with the SendClientMessage, can anyone help me out here?

