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 ?
Code:
new JobVehicle[MAX_PLAYERS];
HTML Code:
cmd:work(playerid,params[])
{
JobVehicle[playerid] = CreateVehicle(411, ....bla.bla)
return 1;
}