13.02.2019, 17:24
Hey, I'm having another problem.
With (part of) my script:
It outputs this error:
Please note: that is only a tiny snippet of my code and the error is on the line
. I have tried everything and picked out the relevant parts of the code that I think will help you solve the issue I am facing. Thanks in advance.
With (part of) my script:
Код:
new Name[24]; GetPlayerName(playerid, Name, sizeof(Name)); if (AHouseData[HouseID][Owner] == Name)
Код:
array must be indexed (variable "Name")
Код:
if (AHouseData[HouseID][Owner] == Name)