How can I put a timer on respawning a vehicle
#7

Quote:
Originally Posted by ||123||
Please help me.
Uh.. Maybe you can load the cars in a filterscript and then make a command
that the server unloads it...
Example :

At the top of your script.
Quote:

forward ReloadCars();

Quote:

In OnGameModeInit()
SetTimer("ReloadCars", 60000, 1);

somewhere in you .pwn file
Quote:

public ReloadCars();
{
SendRconCommand("unloadfs");
SendRconCommand("loadfs");
}

Something like this?

Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 2 Guest(s)