error 006: must be assigned to an array
#4

Here you go:

FIND THIS:
pawn Код:
dataHouse[i][Owner] = pname;
CHANGE TO THIS:
Код:
format(dataHouse[i][Owner], 24, "%s", pname);
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)