error 017: undefined symbol "SendCleintMessageToAll"
#1

getting an error that says
Код:
error 017: undefined symbol "SendCleintMessageToAll"
the code :

pawn Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
    if(strcmp(cmdtext, "/911 police 187", true) == 0)
{
    SendClientMessage(playerid, COLOR_WHITE, "Dispatcher: Ok, Please remain calm and stay at your location, assistance will be there shortly.");
    SendCleintMessageToAll(playerid, COLOR_RED, "Police Dispatcher: All units, we have a 187 at %s location, Requesting EMS and Police units for assistnace.");
    return 1;
}
help plox :3
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 3 Guest(s)