#1

https://pastebin.com/UzD5p06a
link of the filter script,
errors :-
Код:
H:\2 to be restored in faraz root drive\New folder\filterscripts\eventbank.pwn(120) : error 017: undefined symbol "playerData"
H:\2 to be restored in faraz root drive\New folder\filterscripts\eventbank.pwn(120) : warning 215: expression has no effect
H:\2 to be restored in faraz root drive\New folder\filterscripts\eventbank.pwn(120) : error 001: expected token: ";", but found "]"
H:\2 to be restored in faraz root drive\New folder\filterscripts\eventbank.pwn(120) : error 029: invalid expression, assumed zero
H:\2 to be restored in faraz root drive\New folder\filterscripts\eventbank.pwn(120) : fatal error 107: too many error messages on one line

Compilation aborted.Pawn compiler 3.2.3664	Copyright © 1997-2006, ITB CompuPhase


4 Errors.
help?
Reply
#2

Show us the line..
Reply
#3

ive given the line of the fs check it out.
Reply
#4

i think like this

PHP код:
enum E_EVENT_DATA
{
    
EventHostID,
    
EventBankBalance
};
new 
EventData[E_EVENT_DATA]; 
Reply
#5

Change the "PlayerData" to the variable present in your script.
Reply
#6

we are using PlayerData in the script.
Reply
#7

You can't link a gamemode's variables with filterscript's actually.
Reply
#8

Quote:
Originally Posted by Sunehildeep
Посмотреть сообщение
You can't link a gamemode's variables with filterscript's actually.
You can if you use PVars, for player gariables, GVars plugin, or you could create public functions and use CallRemoteFunction native.
Reply
#9

cant you just edit and give me back the script? , i'm just new.
Reply
#10

Код:
"playerData"
If the rest of the script is using the variable PlayerData with uppercase P, you are forced to call the variable with the uppercase P. Variables are case sensitive.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)