30.12.2013, 07:04
Here u go. I think u wanted this name:
Change the GetPlayerName variable to whatever ur script have
Код:
format(String, sizeof(String), "You were cought on speed cam(%d/%d) ((Pay system in make))",CSpeed, SpeedCams[p][scmaxspeed]); SendClientMessage(i, COLOR_RED, String); format(String, sizeof(String), "Speed Cam: Player %s was caught in speed cam (%d/%d) ((Pay system in make))",GetPlayerName(playerid)CSpeed, SpeedCams[p][scmaxspeed]) SendCopMessage(string); SetTimerEx("SpeedCamCheck", 5000, false, "d", i);