04.04.2010, 19:30
ok so i have a 911 call command but it doesn't work
Код:
if(strcmp("/call 911",cmdtext, true, 10) == 0) { SetPlayerSpecialAction(playerid,SPECIAL_ACTION_USECELLPHONE); SendClientMessage(playerid,COLOR_DBLUE,"[911 Dispatch]: You have call 911, we are sending help now."); SendPlayerMessageToPlayer(TEAM_SFPD,TEAM_CIV,"[911 Dispatch]: Someone has called for help, we set a checkpoint to their location."); return 1; }