SA-MP Forums Archive
OnGamemodeInit Need help [SOLVED] - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: OnGamemodeInit Need help [SOLVED] (/showthread.php?tid=470895)



OnGamemodeInit Need help [SOLVED] - Immortal_LTU - 20.10.2013

PROBLEM SOLVED.


Re: OnGamemodeInit Need help - Konstantinos - 20.10.2013

pawn Код:
public OnFilterScriptInit()
{
    print("");
    zaidejai = GetMaxPlayers();
    t = SetTimer("AFK", 500, 1);
    return 1;
}



Re: OnGamemodeInit Need help - Immortal_LTU - 20.10.2013

DELETED


Re: OnGamemodeInit Need help [SOLVED] - Patrick - 20.10.2013

Here
pawn Код:
public OnPlayerSpawn(playerid)
{
    //spawned what does that do?
    p = true;
    return 1;
}