15.05.2013, 18:04
hi i use this code and it will respawn all car and npc car
can it be done like respawn all car exeept for npc if the driver and he is in car ?
can it be done like respawn all car exeept for npc if the driver and he is in car ?
Код:
dcmd_respawn(playerid,params[]) { #pragma unused params for(new i = 0; i < MAX_VEHICLES; i++) { SetVehicleToRespawn(i); } return 1; }