12.04.2017, 19:38
Quote:
Thanks for the info. I also tried:
Код:
new BailInfoPlayerID[MAX_BAILS]=INVALID_PLAYER_ID; So its not working like that either? EDIT: LastVehicle[playerid] is returning 65535 when i use Код:
new LastVehicle[MAX_PLAYERS]=INVALID_PLAYER_ID; Код:
new BailInfoPlayerID[MAX_BAILS]=INVALID_PLAYER_ID; You got an explanation for that? |
PHP код:
for (new i = 0; i <= MAX_BAILS; i++) {
BailInfo[i][PlayerID] = INVALID_PLAYER_ID;
BailInfo[i][PlayerArrestID] = INVALID_PLAYER_ID;
}
To clear your doubts about ENUMS, Refer to the thread I posted. It should help You!