SA-MP Forums Archive
uknown error can someone help me? - 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: uknown error can someone help me? (/showthread.php?tid=513872)



uknown error can someone help me? - sl!x - 18.05.2014

i get this errors and dont know what to do can anyone help me?
PHP код:
C:\xx\XX\xx\xxx.pwn(1923) : error 012invalid function callnot a valid address
C
:\xx\XX\xx\xxx(1923) : warning 215expression has no effect
C
:\xx\XX\xx\xxx(1923) : error 001expected token";"but found ")"
C:\xx\XX\xx\xxx(1923) : error 029invalid expressionassumed zero
C
:\xx\XX\xx\xxx(1923) : fatal error 107too many error messages on one line
Compilation aborted
.Pawn compiler 3.2.3664              Copyright (c1997-2006ITB CompuPhase
4 Errors

this is the line
PHP код:
         if(IsPlayerConnected(killerid)) // 



Re: uknown error can someone help me? - JFF - 18.05.2014

Show us the codes around it?


Re: uknown error can someone help me? - ZachKnoxx - 18.05.2014

Sorry if I seem like some noob, but shouldn't it be:


this is the line
PHP код:
         if(IsPlayerConnected(killerid)); // 
For the other errors, please give us the codes around it.


Re: uknown error can someone help me? - sl!x - 18.05.2014

well actually guys a fixed it i just changed the whole code so thank you