15.06.2010, 20:48
Quote:
Originally Posted by ||123||
Please help me.
|
that the server unloads it...
Example :
At the top of your script.
Quote:
forward ReloadCars(); |
Quote:
In OnGameModeInit() SetTimer("ReloadCars", 60000, 1); |
Quote:
public ReloadCars(); { SendRconCommand("unloadfs"); SendRconCommand("loadfs"); } |