Posts: 156
Threads: 46
Joined: Jul 2010
Reputation:
0
hmm i tried to search for a tutotrial about changing the gamemode or the spawn place after a specific time .. you know restart the server .. like the minimissions .. as it restarts after the time .. it loaded another mission .. so anyone can help me ?
Posts: 156
Threads: 46
Joined: Jul 2010
Reputation:
0
What does this do ?
GameModeExit();
ok i know it exits the game mode .. what about after when it exits it .. what happens ?
Posts: 2,628
Threads: 32
Joined: Apr 2007
Reputation:
0
02.09.2010, 20:46
(
Последний раз редактировалось LarzI; 02.09.2010 в 21:51.
)
What happens after? In that GM; nothing.
Posts: 1,501
Threads: 19
Joined: Nov 2007
Reputation:
0
It's a custom function they put in there for the end of the game mode. You could create an array of spawn points and just keep up with what minimission you're on and spawn them accordingly.
Posts: 351
Threads: 43
Joined: Jan 2010
Reputation:
0
why don't you use wiki.sa-mp.com Rocky? i think it will be useful for you :P
Posts: 80
Threads: 14
Joined: Jun 2010
Posts: 407
Threads: 101
Joined: Feb 2009
Reputation:
0
Use timer and maybe
SendRconCommand("changemode nameofnextGM");