16.08.2010, 12:04
i have a problem
i want, to respawn all unused vehicles in every 2h 30 mins with forward
pls help!
at the beginning
under ongamemodeinit
at the end
i want, to respawn all unused vehicles in every 2h 30 mins with forward
pls help!
at the beginning
PHP код:
forward RespawnVehs();
PHP код:
SetTimer("RespawnVehs", 9000000, true);
PHP код:
public RespawnVehs()
{
////////HELP
////////HELP
////////HELP
////////HELP//////
////////HELP
////////HELP
return 1;
}