Pawno errors :( - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP (
https://sampforum.blast.hk/forumdisplay.php?fid=3)
+--- Forum: Client Support (
https://sampforum.blast.hk/forumdisplay.php?fid=16)
+--- Thread: Pawno errors :( (
/showthread.php?tid=412117)
Pawno errors :( -
Jaggy - 31.01.2013
E:\GAMES\GTA SAMP\samp03e_svr_R2_win32\SimpleRealyLife.pwn(125 ) : error 017: undefined symbol "playerid"
E:\GAMES\GTA SAMP\samp03e_svr_R2_win32\SimpleRealyLife.pwn(126 ) : error 017: undefined symbol "playerid"
E:\GAMES\GTA SAMP\samp03e_svr_R2_win32\SimpleRealyLife.pwn(127 ) : error 017: undefined symbol "playerid"
E:\GAMES\GTA SAMP\samp03e_svr_R2_win32\SimpleRealyLife.pwn(128 ) : error 017: undefined symbol "playerid"
E:\GAMES\GTA SAMP\samp03e_svr_R2_win32\SimpleRealyLife.pwn(129 ) : error 017: undefined symbol "playerid"
E:\GAMES\GTA SAMP\samp03e_svr_R2_win32\SimpleRealyLife.pwn(130 ) : error 017: undefined symbol "playerid"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
6 Errors.
the lines is :
Код:
RemoveBuildingForPlayer(playerid, 5543, 1941.6563, -1682.5703, 12.4766, 0.25);
RemoveBuildingForPlayer(playerid, 1283, 1940.9063, -1741.1484, 15.6016, 0.25);
RemoveBuildingForPlayer(playerid, 1226, 1945.7656, -1716.3594, 16.3906, 0.25);
RemoveBuildingForPlayer(playerid, 1226, 1937.5547, -1669.8906, 16.3906, 0.25);
RemoveBuildingForPlayer(playerid, 5441, 1941.6563, -1682.5703, 12.4766, 0.25);
RemoveBuildingForPlayer(playerid, 1226, 1945.7656, -1635.7734, 16.3906, 0.25);
please help!