SA-MP Forums Archive
Mapping Problem - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Mapping Problem (/showthread.php?tid=383928)



Mapping Problem - Cookie. - 09.10.2012

When I map something and remove some objects and put the code in pawno i get the error 017 undefined symbol,so if i map something playerid part of the code is giving me a error message


Re: Mapping Problem - Red_Dragon. - 09.10.2012

I WILL USE MY BRAIN TO GUESS YOUR CODES AND ERRORS!!!!?!?!?!


Re: Mapping Problem - Cookie. - 09.10.2012

My Apologies My codes weren't saved properly due to some electricity problems so i lost them,i will map it again


Re: Mapping Problem - Cookie. - 09.10.2012

RemoveBuildingForPlayer(playerid, 3761, 2783.7813, -2410.2109, 14.6719, 0.25);
RemoveBuildingForPlayer(playerid, 3761, 2791.9531, -2410.2109, 14.6563, 0.25);
RemoveBuildingForPlayer(playerid, 3761, 2797.5156, -2410.0781, 14.6328, 0.25);
RemoveBuildingForPlayer(playerid, 3770, 2746.4063, -2453.4844, 14.0781, 0.25);
RemoveBuildingForPlayer(playerid, 5162, 2838.0391, -2423.8828, 10.9609, 0.25);
RemoveBuildingForPlayer(playerid, 5154, 2838.1406, -2447.8438, 15.7500, 0.25);
RemoveBuildingForPlayer(playerid, 3724, 2838.1953, -2488.6641, 29.3125, 0.25);
RemoveBuildingForPlayer(playerid, 5155, 2838.0234, -2358.4766, 21.3125, 0.25);
RemoveBuildingForPlayer(playerid, 3724, 2838.1953, -2407.1406, 29.3125, 0.25);
RemoveBuildingForPlayer(playerid, 5158, 2837.7734, -2334.4766, 11.9922, 0.25);
RemoveBuildingForPlayer(playerid, 5352, 2838.1953, -2488.6641, 29.3125, 0.25);
RemoveBuildingForPlayer(playerid, 3626, 2746.4063, -2453.4844, 14.0781, 0.25);
RemoveBuildingForPlayer(playerid, 3761, 2783.7813, -2410.2109, 14.6719, 0.25);
RemoveBuildingForPlayer(playerid, 3761, 2791.9531, -2410.2109, 14.6563, 0.25);
RemoveBuildingForPlayer(playerid, 3761, 2797.5156, -2410.0781, 14.6328, 0.25);
RemoveBuildingForPlayer(playerid, 5157, 2838.0391, -2532.7734, 17.0234, 0.25);
Errors

C:\Documents and Settings\user\My Documents\GTA San Andreas User Files\SAMP\gamemodes\ArmyBase.pwn(36) : error 017: undefined symbol "playerid"
C:\Documents and Settings\user\My Documents\GTA San Andreas User Files\SAMP\gamemodes\ArmyBase.pwn(37) : error 017: undefined symbol "playerid"
C:\Documents and Settings\user\My Documents\GTA San Andreas User Files\SAMP\gamemodes\ArmyBase.pwn(3 : error 017: undefined symbol "playerid"
C:\Documents and Settings\user\My Documents\GTA San Andreas User Files\SAMP\gamemodes\ArmyBase.pwn(39) : error 017: undefined symbol "playerid"
C:\Documents and Settings\user\My Documents\GTA San Andreas User Files\SAMP\gamemodes\ArmyBase.pwn(40) : error 017: undefined symbol "playerid"
C:\Documents and Settings\user\My Documents\GTA San Andreas User Files\SAMP\gamemodes\ArmyBase.pwn(41) : error 017: undefined symbol "playerid"
C:\Documents and Settings\user\My Documents\GTA San Andreas User Files\SAMP\gamemodes\ArmyBase.pwn(42) : error 017: undefined symbol "playerid"
C:\Documents and Settings\user\My Documents\GTA San Andreas User Files\SAMP\gamemodes\ArmyBase.pwn(43) : error 017: undefined symbol "playerid"
C:\Documents and Settings\user\My Documents\GTA San Andreas User Files\SAMP\gamemodes\ArmyBase.pwn(44) : error 017: undefined symbol "playerid"
C:\Documents and Settings\user\My Documents\GTA San Andreas User Files\SAMP\gamemodes\ArmyBase.pwn(45) : error 017: undefined symbol "playerid"
C:\Documents and Settings\user\My Documents\GTA San Andreas User Files\SAMP\gamemodes\ArmyBase.pwn(46) : error 017: undefined symbol "playerid"
C:\Documents and Settings\user\My Documents\GTA San Andreas User Files\SAMP\gamemodes\ArmyBase.pwn(47) : error 017: undefined symbol "playerid"
C:\Documents and Settings\user\My Documents\GTA San Andreas User Files\SAMP\gamemodes\ArmyBase.pwn(4 : error 017: undefined symbol "playerid"
C:\Documents and Settings\user\My Documents\GTA San Andreas User Files\SAMP\gamemodes\ArmyBase.pwn(49) : error 017: undefined symbol "playerid"
C:\Documents and Settings\user\My Documents\GTA San Andreas User Files\SAMP\gamemodes\ArmyBase.pwn(50) : error 017: undefined symbol "playerid"
C:\Documents and Settings\user\My Documents\GTA San Andreas User Files\SAMP\gamemodes\ArmyBase.pwn(51) : error 017: undefined symbol "playerid"
C:\Documents and Settings\user\My Documents\GTA San Andreas User Files\SAMP\gamemodes\ArmyBase.pwn(5 : error 017: undefined symbol "playerid"
C:\Documents and Settings\user\My Documents\GTA San Andreas User Files\SAMP\gamemodes\ArmyBase.pwn(59) : error 017: undefined symbol "playerid"
C:\Documents and Settings\user\My Documents\GTA San Andreas User Files\SAMP\gamemodes\ArmyBase.pwn(60) : error 017: undefined symbol "playerid"
C:\Documents and Settings\user\My Documents\GTA San Andreas User Files\SAMP\gamemodes\ArmyBase.pwn(61) : error 017: undefined symbol "playerid"
C:\Documents and Settings\user\My Documents\GTA San Andreas User Files\SAMP\gamemodes\ArmyBase.pwn(62) : error 017: undefined symbol "playerid"
C:\Documents and Settings\user\My Documents\GTA San Andreas User Files\SAMP\gamemodes\ArmyBase.pwn(63) : error 017: undefined symbol "playerid"
C:\Documents and Settings\user\My Documents\GTA San Andreas User Files\SAMP\gamemodes\ArmyBase.pwn(64) : error 017: undefined symbol "playerid"
C:\Documents and Settings\user\My Documents\GTA San Andreas User Files\SAMP\gamemodes\ArmyBase.pwn(65) : error 017: undefined symbol "playerid"
C:\Documents and Settings\user\My Documents\GTA San Andreas User Files\SAMP\gamemodes\ArmyBase.pwn(66) : error 017: undefined symbol "playerid"
C:\Documents and Settings\user\My Documents\GTA San Andreas User Files\SAMP\gamemodes\ArmyBase.pwn(67) : error 017: undefined symbol "playerid"

Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


26 Errors.


Re: Mapping Problem - Tuntun - 09.10.2012

Use Space Bar.
i mean if ur:
Createobject
use:
Createobject
try Give 4 Space on Front in all CreateObject's.


Re: Mapping Problem - Cookie. - 09.10.2012

What do u mean,i press tab 4 times?


Re: Mapping Problem - V25-R5 - 09.10.2012

Type

"Playerid, 0 ,"X,Y,Z".


Re: Mapping Problem - Cookie. - 09.10.2012

Not Working Can u pls edit the previous post i made

RemoveBuildingForPlayer(Playerid,0, 3761, 2783.7813, -2410.2109, 14.6719, 0.25); -type it like this or something


Re: Mapping Problem - Stanford - 09.10.2012

All you've to do is just to press TAB one time, moreover it'll work