Jump to content

Question

Posted

M-am gandit si as vrea sa imi pun si eu sampcac pe server dar  verificarea asta public OnPlayerConnect(playerid)
{
    if(!CAC_GetStatus(playerid))
    {
        // Att-Def specific:
        //    - Att-Def gamemode clears players chat at OnPlayerConnect(), so the kick message might not be seen by the new connected player.
        //    - Dirty fix: delay the kick process 1 second.
        SetTimerEx("ATTDEF_OnPlayerConnect", 1000, false, "i", playerid);
    }
    return 1;
}

 

ma dispera am pus si asa public OnPlayerConnect(playerid)
{
    if(!CAC_GetStatus(playerid) && PlayerInfo[playerid][pMember] == 0)
    {
        // Att-Def specific:
        //    - Att-Def gamemode clears players chat at OnPlayerConnect(), so the kick message might not be seen by the new connected player.
        //    - Dirty fix: delay the kick process 1 second.
        SetTimerEx("ATTDEF_OnPlayerConnect", 1000, false, "i", playerid);
    }
    return 1;
}

 

si tot imi da kick [Folosesc gm burned].

0 answers to this question

Recommended Posts

There have been no answers to this question yet

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.