OnGameModeInit
#3

First of all, you can save them OnPlayerDisconnect Or OnGameModeExit (Optional).
Also, to check if the Callback is called use print.
pawn Код:
OnGameModeInit( )
{
    print( "It has been called" );
    return 1;
}
Run the samp-server.exe and if the text appear on the console then it is called.
Reply


Messages In This Thread
OnGameModeInit - by SpankMe2 - 13.02.2012, 12:36
Re: OnGameModeInit - by RicaNiel - 13.02.2012, 12:40
Re: OnGameModeInit - by Konstantinos - 13.02.2012, 12:41
Re: OnGameModeInit - by SpankMe2 - 13.02.2012, 12:42
Re: OnGameModeInit - by SpankMe2 - 13.02.2012, 12:48
Re: OnGameModeInit - by Konstantinos - 13.02.2012, 12:51
Re: OnGameModeInit - by SpankMe2 - 13.02.2012, 12:56

Forum Jump:


Users browsing this thread: 1 Guest(s)