HELP PLEASE, Scripting Error (Fixed) - 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: HELP PLEASE, Scripting Error (Fixed) (
/showthread.php?tid=610493)
Scripting Error [HELP] [FIXED] -
Hapukoorepakk - 24.06.2016
I need help, I'm still at the beginner and does not understand where the error is.
ERROR:
Код:
C:\Users\Alvar\Desktop\Serverid\Hapu Drifting (Tegemisel)\pawno\include\zcmd.inc(49) : error 027: invalid character constant
C:\Users\Alvar\Desktop\Serverid\Hapu Drifting (Tegemisel)\pawno\include\zcmd.inc(49) : error 029: invalid expression, assumed zero
C:\Users\Alvar\Desktop\Serverid\Hapu Drifting (Tegemisel)\pawno\include\zcmd.inc(50) : error 014: invalid statement; not in switch
C:\Users\Alvar\Desktop\Serverid\Hapu Drifting (Tegemisel)\pawno\include\zcmd.inc(50) : warning 215: expression has no effect
C:\Users\Alvar\Desktop\Serverid\Hapu Drifting (Tegemisel)\pawno\include\zcmd.inc(50) : error 027: invalid character constant
C:\Users\Alvar\Desktop\Serverid\Hapu Drifting (Tegemisel)\pawno\include\zcmd.inc(50) : error 029: invalid expression, assumed zero
C:\Users\Alvar\Desktop\Serverid\Hapu Drifting (Tegemisel)\pawno\include\zcmd.inc(50) : fatal error 107: too many error messages on one line
Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
6 Errors.
49 and 50:
Код:
INI_Int("Vanus",PlayerInfo[playerid][pAge]);
return 1;
Re: HELP PLEASE, Scripting Error (Fixed) -
Stinged - 24.06.2016
EDIT: It seems that it's fixed.
Re: HELP PLEASE, Scripting Error (Fixed) -
Hapukoorepakk - 24.06.2016
Yes, it's fixed, it was a mistake zcmd.inc. Not looked properly.