26.04.2012, 02:24
getting an error that says
the code :
help plox :3
Код:
error 017: undefined symbol "SendCleintMessageToAll"
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;
}