GMX Bug?
#4

replace OnGMX(); with SetTimer("OnGMX", 1000, false); && ensure ur admin lvl iz 5

edit: or u can try below and call it like this OnGMX();
pawn Код:
stock OnGMX()
{
    for(new i = 0; i < MAX_PLAYERS; i++)
    {
        if(IsPlayerConnected(i))
        {
            OnPlayerSave(i);
            DisablePlayerCheckpoint(i);
            SetPlayerInterior(i, 0);
            SetPlayerVirtualWorld(i, 0);
            SetPlayerCameraPos(i, 1460.0, -1324.0, 287.2);
            SetPlayerCameraLookAt(i, 1374.5, -1291.1, 239.0);
        }
    }
   
    GameTextForAll("~w~Server Restarting...", 20000, 5);
    SetTimer("OnServerRestart", 10000, 0);
    return 1;
}
Reply


Messages In This Thread
GMX Bug? - by Skribblez - 12.03.2013, 15:09
Re: GMX Bug? - by Glad2BeHere - 12.03.2013, 15:15
Re: GMX Bug? - by Skribblez - 12.03.2013, 15:17
Re: GMX Bug? - by Glad2BeHere - 12.03.2013, 15:35
Re: GMX Bug? - by Patrick - 12.03.2013, 15:41
Re: GMX Bug? - by Skribblez - 12.03.2013, 15:41
Re: GMX Bug? - by Glad2BeHere - 12.03.2013, 15:50
Re: GMX Bug? - by Skribblez - 12.03.2013, 15:57
Re: GMX Bug? - by Glad2BeHere - 12.03.2013, 16:03
Re: GMX Bug? - by Skribblez - 12.03.2013, 16:07

Forum Jump:


Users browsing this thread: 2 Guest(s)