29.01.2015, 17:25
I ordered " / towveh " for the dealership , and when you have a personal car with help from the command " / towveh " to respawn ! But it does not work , I do not respawn car!
Explain the functions: VehiclesInfo[v][vOwner] => ID player from database
PlayerInfo[playerid][pID] => ID player from database
Explain the functions: VehiclesInfo[v][vOwner] => ID player from database
PlayerInfo[playerid][pID] => ID player from database
Код HTML:
CMD:towveh(playerid, params[]) { for(new v = 0; v < MAX_VEHICLES; v++) { if(VehiclesInfo[v][vOwner] == PlayerInfo[playerid][pID]) { SetVehicleToRespawn(v); } return 1; } return 1; }