pInfo[playerid][tutorial] = 1;
error 028: invalid subscript (not an array or too many subscripts): "pInfo"
warning 215: expression has no effect
error 001: expected token: ";", but found "]"
error 029: invalid expression, assumed zero
fatal error 107: too many error messages on one line
new pInfo[MAX_PLAYERS][....]
arning 219: local variable "pInfo" shadows a variable at a preceding level C:\Users\Yamaha\Desktop\-\gamemodes\LSVRP.pwn(8702) : error 017: undefined symbol "Tutorial" C:\Users\Yamaha\Desktop\-\gamemodes\LSVRP.pwn(8703) : error 028: invalid subscript (not an array or too many subscripts): "pInfo" C:\Users\Yamaha\Desktop\-\gamemodes\LSVRP.pwn(8703) : warning 215: expression has no effect C:\Users\Yamaha\Desktop\-\gamemodes\LSVRP.pwn(8703) : error 001: expected token: ";", but found "]" C:\Users\Yamaha\Desktop\-\gamemodes\LSVRP.pwn(8703) : error 029: invalid expression, assumed zero C:\Users\Yamaha\Desktop\-\gamemodes\LSVRP.pwn(8703) : fatal error 107: too many error messages on one line
new pInfo[MAX_PLAYERS][Tutorial] pInfo[playerid][Tutorial] = 1;
new Tutorial[MAX_PLAYERS];
Tutorial[playerid] = 1;
I give you one rep after 24
new Tutorial[MAX_PLAYERS];
|
No problem !!
Just stay doing good scripts!! And @MD5 stop getting posts like this way |