[HELP] How to Create "Server Restart Command" ?
#4

Quote:
Originally Posted by anassmaroc
Посмотреть сообщение
Код:
CMD:gmx(playerid, params[])
{
    OnGameModeExit();
    return 1;
}
That would just call whats inside:
PHP код:
public OnGameModeExit() { 
    
printf("I'm exiting");
    return 
1;

Then it would just print I'm exiting nothing else.
@OP Read @SoFahim's answer.
Reply


Messages In This Thread
[HELP] How to Create "Server Restart Command" ? - by Gaswoman - 28.08.2015, 09:31
Re: [HELP] How to Create "Server Restart Command" ? - by anassmaroc - 28.08.2015, 09:47
Re: [HELP] How to Create "Server Restart Command" ? - by SoFahim - 28.08.2015, 10:27
Re: [HELP] How to Create "Server Restart Command" ? - by J0sh... - 28.08.2015, 10:29
Re: [HELP] How to Create "Server Restart Command" ? - by Vince - 28.08.2015, 10:42
Re: [HELP] How to Create "Server Restart Command" ? - by xVIP3Rx - 28.08.2015, 11:05

Forum Jump:


Users browsing this thread: 1 Guest(s)