error 033
#1

pawn Код:
new name[128];
format(name, sizeof(name), "%s", GetName(playerid));
...
else if(DoorInfo[i][dType] == 2 && DoorInfo[i][dOwner] == name) // error line
This code gives me
Код:
error 033: array must be indexed (variable "name")
What's wrong?
Reply
#2

Strcmp
Reply
#3

Ahh, yes! I forgot about this! Solved.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)