Need an help with Zombie Survival 2.0
#1

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
Reply
#2

Ask in that scripts topic.
Reply
#3

its over 120 days old
Reply
#4

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

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
Reply
#6

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?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)