How to kick someone out of car...
#2

pawn Код:
public OnGameModeInit() {
   SetTimer("RespawnAllVehicles", 86400000, 1);
}

forward RespawnAllVehicles();
public RespawnAllVehicles() {
   for(new v = 0; v < MAX_VEHICLES; v ++ ) {
      SetVehicleToRespawn(v);
   }
}
Yes 86400000 is 24 hours.

http://www.******.com/search?hl=en&s...n+mil&gs_rfai=
Reply


Messages In This Thread
How to kick someone out of car... - by Steven82 - 17.03.2010, 00:53
Re: Car respawn - by Carlton - 17.03.2010, 01:08
Re: Car respawn - by Steven82 - 17.03.2010, 01:09
Re: Car respawn - by Carlton - 17.03.2010, 01:10

Forum Jump:


Users browsing this thread: 1 Guest(s)