Quote:
Originally Posted by Garwan50
pawn Code:
forward SpawnObject(); public SpawnObject() { // Object to add }
public OnGameModeInit() { SetTimer("SpawnObject", 15*60000, 0) // after 15minuts, the SpawnObject function will be called. }
|
Tnx but I also want it to choose from a random list...
I mean I have 3 places with 5 objects each and I want it to choose 1 and spawn his objects untill someone sprays water on it.