30.03.2016, 16:12
Quote:
Simple. If you are going to do this thing by a cmd set the timer unfer that command. Or if you want it to start when the player enters server then do it under onplayerconnect. ( ongamemodeinit is when you run the exr file ).
So onplayerconnect is good. |
I mean, If Point 0 is captured (Even if there are 0 players connected), It will start adding random money every X minutes (10 for exmaple), And whenever the Point is not captured anymore (The point profit is set to 0 automatically) I want to stop the Timer looping
in which public should I do this ?
Do I have to forward a new one ?