SA-MP Forums Archive
problems??? - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: problems??? (/showthread.php?tid=154961)



problems??? - selten98 - 16.06.2010

Quote:

C:\Users\Fam Selten\Documents\Mark\sa mp server\gamemodes\World_War_4.pwn(1471) : error 017: undefined symbol "playerid"
C:\Users\Fam Selten\Documents\Mark\sa mp server\gamemodes\World_War_4.pwn(151 : error 017: undefined symbol "playerid"
C:\Users\Fam Selten\Documents\Mark\sa mp server\gamemodes\World_War_4.pwn(1555) : error 017: undefined symbol "playerid"
C:\Users\Fam Selten\Documents\Mark\sa mp server\gamemodes\World_War_4.pwn(1594) : error 017: undefined symbol "playerid"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


4 Errors

HOW TO SOLVE SOMETHING LIKE THIS


Re: problems??? - Naxix - 16.06.2010

We need some codes to be sure.. But i think you used "playerid" under a public that dosn't support it.


Re: problems??? - selten98 - 16.06.2010

oh tnx i will check that
Quote:
Originally Posted by Naxix
We need some codes to be sure.. But i think you used "playerid" under a public that dosn't support it.
but is it possible to change that
so i does support it??


Re: problems??? - Naxix - 16.06.2010

You have to show us some codes before we can help you really.


Re: problems??? - selten98 - 16.06.2010

this are the codes
http://pastebin.com/7kUQ9Kk9

*Made by TheByrner or BMUK*
Changed by me



Re: problems??? - MadeMan - 16.06.2010

Replace playerid with i


Re: problems??? - Ihsan_Cingisiz - 16.06.2010

Quote:
Originally Posted by selten98
this are the codes
http://pastebin.com/7kUQ9Kk9

*Made by TheByrner or BMUK*
Changed by me
You forgot to change little thing like this : IsPlayerAdminLevel(playerid, 2)) < needs to be IsPlayerAdminLevel(i, 2))
change all playerid where you made a new i variable to i.


Re: problems??? - selten98 - 16.06.2010

Quote:
Originally Posted by Ihsan_Cingisiz
Quote:
Originally Posted by selten98
this are the codes
http://pastebin.com/7kUQ9Kk9

*Made by TheByrner or BMUK*
Changed by me
You forgot to change little thing like this : IsPlayerAdminLevel(playerid, 2)) < needs to be IsPlayerAdminLevel(i, 2))
change all playerid where you made a new i variable to i.
TNX TNX TNX :P :P :P
it worked