Quote:
Originally Posted by RollTi
Oopppsss remove playerid on SendClientMessageToAll
pawn Код:
SendClientMessageToAll(COLOR_RED, "Police Dispatcher: All units, we have a 187 at %s location, Requesting EMS and Police units for assistnace.");\
you should use format for %s instead of normal SendClientMessageToAll
|
Quote:
Originally Posted by Marricio
pawn Код:
SendClientMessageToAll(COLOR_RED, "Police Dispatcher: All units, we have a 187 at %s location, Requesting EMS and Police units for assistnace.");
My bad, didn't see it, 'playerid' is a useless parameter in SendClientMessageToAll
|
aha now it works! thanks both +REP to you both!