29.08.2015, 12:46
it's easy, here:
pawn Код:
CMD:carpackage(playerid)
{
if(IsPlayerConnected(playerid))
{
SendClientMessageToAll(-1, "A Supply drop is on the way to the map!");
}
return 1;
}