How to fix error 028
#1

How ti fix this error:
PHP код:
modes\gm5.pwn(8962) : error 028invalid subscript (not an array or too many subscripts): "name" 
And the line:
PHP код:
OnPlayerUpdateEx(playeridname[], value[]); 
Reply
#2

Because its so:

public OnPlayerUpdate(playerid)

or make

public OnPlayerUpdateEx(playerid, name[], value[]);
Reply
#3

Quote:
Originally Posted by Blackazur
Посмотреть сообщение
Because its so:

public OnPlayerUpdate(playerid)

or make

public OnPlayerUpdateEx(playerid, name[], value[]);
I have forward and the callbakc OnPlayerUpdateEx...and he show me the error...
Reply
#4

Can you show us the complete code with onplayerupdateex?
Reply
#5

Try change name[] to name1[]
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)