#1

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

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"
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)