I need help with my function
#2

try this
pawn Код:
//=================================DEVEOPING MODE==============================================
    /*
    Comment out the lines below if you want normal players to connect
    Normal players = not admins, not testers, not mods, just normal players xD
    */

    if(PlayerInfo[playerid][pTester] == 0 && PlayerInfo[playerid][pAdmin] < 1){
    SCM(playerid, COLOR_LIGHTRED, "Server is in Developing mode, only admins/testers can connect.");
    SCM(playerid, COLOR_LIGHTRED, "If you wanna become a tester contact the owner via skype:");
    SCM(playerid, COLOR_LIGHTRED, "cnk-midle");
    Kick(playerid);
    } else {
    SCM(playerid, COLOR_LIGHTRED, "You connected because you are a tester, the server is in test mode.");
    SCM(playerid, COLOR_LIGHTRED, "Players that don't have the tester or admin rank are gonna be kicked.");
    }
Reply


Messages In This Thread
I need help with my function - by ZackBoolaro - 15.12.2012, 11:53
Re: I need help with my function - by [HK]Ryder[AN] - 15.12.2012, 12:29
Re: I need help with my function - by Konstantinos - 15.12.2012, 12:33
Re: I need help with my function - by ZackBoolaro - 15.12.2012, 14:04

Forum Jump:


Users browsing this thread: 1 Guest(s)