SA-MP Forums Archive
Need an help with Zombie Survival 2.0 - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Need an help with Zombie Survival 2.0 (/showthread.php?tid=112167)



Need an help with Zombie Survival 2.0 - WardenCS - 06.12.2009

Hey,well,i tried to use http://forum.sa-mp.com/index.php?topic=53587.0 (zombie survival 2.0) and if i log in,i wait some time,then the server will just restart...then it says the server didnt respond...retrying... and alot of time that way and then it will work again...how to fix it?would really need it .thanks


Re: Need an help with Zombie Survival 2.0 - Grim_ - 06.12.2009

Ask in that scripts topic.


Re: Need an help with Zombie Survival 2.0 - WardenCS - 06.12.2009

its over 120 days old


Re: Need an help with Zombie Survival 2.0 - Zamaroht - 06.12.2009

I think you are allowed to post anyway in these kind of cases. Ask a moderator.


Re: Need an help with Zombie Survival 2.0 - WardenCS - 06.12.2009

well,i think the problem is inside:
pawn Код:
public SetPlayerTeamFromClass(playerid,classid)
{
    // Set their team number based on the class they selected.
        if(classid == 0 || classid == 1 || classid == 2 || classid == 3)
    {
        gTeam[playerid] = TEAM_HUMAN;
    }
    else if(classid == 4 || classid == 5 || classid == 6 || classid == 7)
    {
        gTeam[playerid] = TEAM_ZOMBIE;
    }
}
because if i deleted it,it worked.
but i gotta make it work,how


Re: Need an help with Zombie Survival 2.0 - DJDhan - 06.12.2009

Did you froward your functions? I don't see why that will restart your server but it's always good to be complete.
Any warnings?Can others connect to your server and play?