02.08.2016, 12:21
Quote:
What's the size of CoreVehicles?
And can you post the code for Car_IsOwner? |
But here it is:
Код:
Car_IsOwner(playerid, carid) { if (!PlayerData[playerid][pLogged] || PlayerData[playerid][pID] == -1) return 0; if ((CarData[carid][carExists] && CarData[carid][carOwner] != 0) && CarData[carid][carOwner] == PlayerData[playerid][pID]) return 1; return 0; }
Quote:
You should assign values for your variables in if statement sentence.
For Example: PHP код:
PHP код:
|
Код:
CoreVehicles[vehicleid][vehRental] == 1
Код:
CoreVehicles[vehicleid][vehRental]