Won't compile. [Help?] -
-eXo - 22.04.2009
My GM was working fine, then I changed something and now I'm getting tonnes of errors not related AT ALL to what I changed...
Okay, it says that some things are not implemented however that are FINE. :/
I compared it to the original script, is there any way to "implement" a function or something?
Re: Won't compile. -
Think - 22.04.2009
Quote:
Originally Posted by -eXo
My GM was working fine, then I changed something and now I'm getting tonnes of errors not related AT ALL to what I changed...
|
show the errors.
Re: Won't compile. -
-eXo - 22.04.2009
C:\Users\staples036\Downloads\RLRP V2\gamemodes\larp.pwn(2186) : error 004: function "SafeGivePlayerMoney" is not implemented
C:\Users\staples036\Downloads\RLRP V2\gamemodes\larp.pwn(2215) : error 004: function "SafeGivePlayerMoney" is not implemented
C:\Users\staples036\Downloads\RLRP V2\gamemodes\larp.pwn(2251) : error 004: function "SafeResetPlayerWeapons" is not implemented
C:\Users\staples036\Downloads\RLRP V2\gamemodes\larp.pwn(2252) : error 004: function "SafeGivePlayerWeapon" is not implemented
C:\Users\staples036\Downloads\RLRP V2\gamemodes\larp.pwn(2279) : error 004: function "SafeResetPlayerWeapons" is not implemented
C:\Users\staples036\Downloads\RLRP V2\gamemodes\larp.pwn(3175) : error 004: function "SafeGivePlayerMoney" is not implemented
C:\Users\staples036\Downloads\RLRP V2\gamemodes\larp.pwn(3717) : error 004: function "SafeGivePlayerMoney" is not implemented
C:\Users\staples036\Downloads\RLRP V2\gamemodes\larp.pwn(3915) : error 004: function "RemoveRoadblock" is not implemented
C:\Users\staples036\Downloads\RLRP V2\gamemodes\larp.pwn(4004) : error 004: function "SafeResetPlayerWeapons" is not implemented
C:\Users\staples036\Downloads\RLRP V2\gamemodes\larp.pwn(4005) : error 004: function "SafeGivePlayerWeapon" is not implemented
C:\Users\staples036\Downloads\RLRP V2\gamemodes\larp.pwn(4172) : error 004: function "SafeGivePlayerWeapon" is not implemented
C:\Users\staples036\Downloads\RLRP V2\gamemodes\larp.pwn(4472) : error 004: function "SafeGivePlayerMoney" is not implemented
C:\Users\staples036\Downloads\RLRP V2\gamemodes\larp.pwn(4540) : error 004: function "SafeGivePlayerMoney" is not implemented
C:\Users\staples036\Downloads\RLRP V2\gamemodes\larp.pwn(4571) : error 004: function "SafeGivePlayerMoney" is not implemented
C:\Users\staples036\Downloads\RLRP V2\gamemodes\larp.pwn(4572) : error 004: function "SafeGivePlayerMoney" is not implemented
C:\Users\staples036\Downloads\RLRP V2\gamemodes\larp.pwn(461

: error 004: function "SafeGivePlayerMoney" is not implemented
C:\Users\staples036\Downloads\RLRP V2\gamemodes\larp.pwn(4619) : error 004: function "SafeGivePlayerMoney" is not implemented
C:\Users\staples036\Downloads\RLRP V2\gamemodes\larp.pwn(4649) : error 004: function "SafeGivePlayerMoney" is not implemented
C:\Users\staples036\Downloads\RLRP V2\gamemodes\larp.pwn(4650) : error 004: function "SafeGivePlayerMoney" is not implemented
C:\Users\staples036\Downloads\RLRP V2\gamemodes\larp.pwn(4656) : error 004: function "SafeGivePlayerMoney" is not implemented
C:\Users\staples036\Downloads\RLRP V2\gamemodes\larp.pwn(4657) : error 004: function "SafeGivePlayerMoney" is not implemented
C:\Users\staples036\Downloads\RLRP V2\gamemodes\larp.pwn(4680) : error 004: function "BusrouteEnd" is not implemented
C:\Users\staples036\Downloads\RLRP V2\gamemodes\larp.pwn(4681) : error 004: function "BusrouteEnd" is not implemented
C:\Users\staples036\Downloads\RLRP V2\gamemodes\larp.pwn(4682) : error 004: function "BusrouteEnd" is not implemented
C:\Users\staples036\Downloads\RLRP V2\gamemodes\larp.pwn(4916) : error 004: function "SafeGivePlayerMoney" is not implemented
C:\Users\staples036\Downloads\RLRP V2\gamemodes\larp.pwn(4924) : error 004: function "SafeGivePlayerMoney" is not implemented
Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
26 Errors.
Re: Won't compile. -
OmeRinG - 22.04.2009
show us the errors and the script and telling which line belong to which error...
Re: Won't compile. -
Think - 22.04.2009
ok, you missed a } or { somewhere check your whole script.
Re: Won't compile. -
-eXo - 22.04.2009
I changed NOTHING near those lines though....nothing.
Re: Won't compile. -
Think - 22.04.2009
Quote:
Originally Posted by -eXo
I changed NOTHING near those lines though....nothing.
|
go to the thing you last changed, and look for a missing bracket
Re: Won't compile. -
OmeRinG - 22.04.2009
show us the lines, we're not supposed to guess...
Re: Won't compile. -
-eXo - 22.04.2009
I just don't see wtf happened. I added a staticpickup thing and the whole script goes to shit. I've checked the lines which are not where near the thing that I changed and it all looks right...
Re: Won't compile. -
Think - 22.04.2009
Quote:
Originally Posted by -eXo
I just don't see wtf happened. I added a staticpickup thing and the whole script goes to shit. I've checked the lines which are not where near the thing that I changed and it all looks right...
|
What did you changed before you compiled, send that piece of script to us. (pastebin.com)