08.08.2009, 20:06
None of my commands are working,
If you would like the full code please ask,
All i would provide on first post is:
If you would like the full code please ask,
All i would provide on first post is:
pawn Код:
if (strcmp("/land lv", cmdtext, true))
{
new name[24];
GetPlayerName(playerid,name,24);
format(str, sizeof(str), "%s to ATC: Requesting clearance for landing", name);
SendClientMessageToAll(0xFFFFFFFF, str);
return 1;
}