Help - 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 (
/showthread.php?tid=482069)
Help -
Tuntun - 19.12.2013
Getting some errors form this:
PlayerInfo[playerid][pBank]
errors:
Код:
E:\Servert\FuckMeCome\filterscripts\Banksystem.pwn(42) : error 017: undefined symbol "PlayerInfo"
E:\Servert\\FuckMeCome\filterscripts\Banksystem.pwn(42) : warning 215: expression has no effect
E:\Servert\\FuckMeCome\filterscripts\Banksystem.pwn(42) : error 001: expected token: ";", but found "]"
E:\Servert\\FuckMeCome\filterscripts\Banksystem.pwn(42) : error 029: invalid expression, assumed zero
E:\Servert\\FuckMeCome\filterscripts\Banksystem.pwn(42) : fatal error 107: too many error messages on one line
Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
4 Errors.
Re: Help -
RayDcosta - 19.12.2013
you havent defined enum PlayerInfo
this is because people dont define it in filterscripts.
so you actually have that in ur main script.
so i think you should merge the bank system to the main script
instead of using it in a filterscript, and ur problem will be sorted.
This is because filterscript is like an independent plug-n-play thing, and it Isnt connected to the main script"