problems???
#1

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
Reply
#2

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

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??
Reply
#4

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

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

*Made by TheByrner or BMUK*
Changed by me
Reply
#6

Replace playerid with i
Reply
#7

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.
Reply
#8

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
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)