05.10.2014, 03:18
I have the following piece of code in my script:
As far as I can tell, this function should work fine, however, when I attempt to compile I'm faced with this error:
Any help I could get would be greatly appreciated.. very confused.
pawn Код:
stock StaffRolePerm(id,perm[]){
return srPerms[id][perm];
}
Код:
error 033: array must be indexed (variable "perm")