30.12.2013, 02:37
pawn Код:
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);
SetTimerEx("SpeedCamCheck", 5000, false, "d", i);
pawn Код:
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: (%d/%d) ((Pay system in make))",CSpeed, SpeedCams[p][scmaxspeed])
SendCopMessage(string);
SetTimerEx("SpeedCamCheck", 5000, false, "d", i);
I didn't add the player's name, because it's up to you. I wouldn't recommend it for an RP server because it would result in metagaming the name :P