24.08.2017, 16:16
Hello, I'm working on a job system and i want to know if i do something like this:
The variabile JobVehicle[playerid] become = with Vehicle Model or VehicleID ?
Код:
new JobVehicle[MAX_PLAYERS];
Код HTML:
cmd:work(playerid,params[]) { JobVehicle[playerid] = CreateVehicle(411, ....bla.bla) return 1; }