23.12.2013, 18:08
Now i have this errors,
The line :
Al code :
Код:
C:\Users\User\Desktop\Ross County RP\gamemodes\rc.pwn(34837) : error 017: undefined symbol "string" C:\Users\User\Desktop\Ross County RP\gamemodes\rc.pwn(34837) : error 017: undefined symbol "string" C:\Users\User\Desktop\Ross County RP\gamemodes\rc.pwn(34837) : error 029: invalid expression, assumed zero C:\Users\User\Desktop\Ross County RP\gamemodes\rc.pwn(34837) : fatal error 107: too many error messages on one line Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 4 Errors.
Код:
format(string,sizeof(string),"O masina fost prinsa depasind limita de viteza.Dupa verificarea numarului,apartine lui %s", RPN(playerid));
Код:
SpeedCamPlayer[i] = 1; TextDrawShowForPlayer(i, radarTD[i]); SetTimerEx("RemoveRadarTD",1000, false, "i", i); >>>>>>THIS LINE format(string,sizeof(string),"O masina fost prinsa depasind limita de viteza.Dupa verificarea numarului,apartine lui %s", RPN(playerid)); SendMessageToCops(string); format(String, sizeof(String), "Masina ta este inregistata ca depasind limita de viteza(%d/%d) ((Date trimise catre politie))", CSpeed, SpeedCams[p][scmaxspeed]); SendClientMessage(i, COLOR_RED, String); SetTimerEx("SpeedCamCheck", 5000, false, "d", i); } } } } } }