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

Quote:
Originally Posted by Misiur
Посмотреть сообщение
pawn Код:
PropInfo[propid][PropOwner] = pName;
You can't copy strings like that. Use
pawn Код:
strcat(PropInfo[propid][PropOwner], pName);
Not Work, but error is on this Line: new ownerid = GetPlayerID(PropInfo[propid][PropOwner]);
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 2 Guest(s)