error 033: array must be indexed (variable "-unknown-")
#7

pawn Код:
PropInfo[propid][PropOwner] = pName;
You can't copy strings like that. Use
pawn Код:
strcat(PropInfo[propid][PropOwner], pName);
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)