06.07.2013, 12:41
Okay i want to do this:
APlayerData[playerid][Houses][HouseSlot]
While the defenition is APlayerData[playerid][Admin]
Now i got an error of
The errors:
While in the enum there is this:
It works in PPC trucking and im trying to figure out a way to load the vehicles. He is using that but why wont it work here?
APlayerData[playerid][Houses][HouseSlot]
While the defenition is APlayerData[playerid][Admin]
Now i got an error of
Code:
APlayerData[playerid][Houses][HouseSlot]
Code:
C:\Users\Thimo\SkyDrive\GTA sa-mp\Sa-mp 0.3d\gamemodes\ET.pwn(2516) : error 001: expected token: ";", but found "[" C:\Users\Thimo\SkyDrive\GTA sa-mp\Sa-mp 0.3d\gamemodes\ET.pwn(2516) : error 029: invalid expression, assumed zero C:\Users\Thimo\SkyDrive\GTA sa-mp\Sa-mp 0.3d\gamemodes\ET.pwn(2516) : warning 215: expression has no effect C:\Users\Thimo\SkyDrive\GTA sa-mp\Sa-mp 0.3d\gamemodes\ET.pwn(2516) : error 001: expected token: ";", but found "]" C:\Users\Thimo\SkyDrive\GTA sa-mp\Sa-mp 0.3d\gamemodes\ET.pwn(2516) : fatal error 107: too many error messages on one line Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 4 Errors.
Code:
Houses[MAX_HOUSESPERPLAYER],