02.11.2015, 19:15
I get this error:
For this line:
This is the hOwner enum:
And finally this is the getplayername stuff:
Help please.
PHP код:
C:\Users\\Desktop\games\samp scripts\Roleplay (0.3.7)\gamemodes\roleplay.pwn(1216) : error 033: array must be indexed (variable "name")
PHP код:
if(HouseInfo[id][hOwner] == name)
PHP код:
hOwner[MAX_PLAYER_NAME],
PHP код:
GetPlayerName(playerid, name, sizeof(name));