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

Deleted
Reply
#2

Post your codes!!
Reply
#3

pawn Код:
new ownerid[MAX_PLAYER_NAME];
I think it's this but you need to post codes else we can't help you..
Reply
#4

Deleted
Reply
#5

try to change ur to this

Код:
if(PropInfo[ownerid][PropOwner] != playerid)
Reply
#6

Quote:
Originally Posted by dEcooR
Посмотреть сообщение
try to change ur to this

Код:
if(PropInfo[ownerid][PropOwner] != playerid)
Not work
Reply
#7

pawn Код:
PropInfo[propid][PropOwner] = pName;
You can't copy strings like that. Use
pawn Код:
strcat(PropInfo[propid][PropOwner], pName);
Reply
#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
#9

Could you show your GetPlayerID function?
Reply


Forum Jump:


Users browsing this thread: 3 Guest(s)