Jump to content

shaun

Membru
  • Posts

    608
  • Joined

  • Last visited

Posts posted by shaun

  1. [pawn]

    dcmd_vweaps(playerid,params[])

    {

            #pragma unused params

            if(AccInfo[playerid][pVip] >= 0)

            {

            GivePlayerWeapon(playerid,31,99999); GivePlayerWeapon(playerid,16,99999);

            GivePlayerWeapon(playerid,34,99999); GivePlayerWeapon(playerid,28,99999);

            GivePlayerWeapon(playerid,18,99999); GivePlayerWeapon(playerid,24,99999);

            GivePlayerWeapon(playerid,27,99999); GivePlayerWeapon(playerid,39,99999);

            GivePlayerWeapon(playerid,6,1); GivePlayerWeapon(playerid,42,99999);

            GivePlayerWeapon(playerid,17,99999); GivePlayerWeapon(playerid,46,99999);

            SendClientMessage(playerid,RED,"Weapons for VIPS");

            }

            return 1;

    }

    [/pawn]

    incearca asa !!

  2. doamne..... IATI INCLUDELE DIN 0.3c si bagale la tine in pawno>include

    ce e greu ma ce e greu????

    BINE HAIDE SA ITI EXPLIC MAI CLAR

    du mousul la bara de linkuri (  e bara aia unde bagi tu litere si cifre si te conduce la acel site [site este un site] si unde bagi tu www.pornhub.com cand respiri)

    SI SCRIIIII ::  w w w . s a - m p . c o m

    ASA

    APESI PE ENTER ( TASTA A MAI MARE DE PE TASTATURA CARE ARE O SAGEATA CARE ARATA CATRE STANGA PERPEDICULARA CU SAGETILE SUS JOS STANGA DREAPTA SI SHIFT )

    SI DAI PE DOWNLOAD !! E IN STANGA PERPENDICULAR CU BARA DE JOS A BROWSERULUI TAU !

    DAI PE WINDOWS SERVER!

    TE DUCI LA WINRAR ACOLO IN FOLDERUL INCLUDE DIN PAWNO !

    SELECTEZI TOT CE AI ACOLO SI BAGI IN INCLUDE DIN PAWNO DIN SERVERUL TAU!!!!!

    AI NEVOIE DE : mous,click,tastatura,windows de preferat XP,98,2000,me,7,8,1990,ipad :))

    si de creier ma de creier!!!!

  3. Sall all.

    cum fac ca un player sa nu trebuiasca sa se logheze cu parola lui?sa fie autologin la toti automat...

    am pus pdata etc autologin = 1 la spawnare dar cand se connecteaza a doua oara tot trebuie sa scrii parola...si nu am playeri ca toti uita parola...

    HELP?

  4. salut all.

    As vrea ca la comanda /helpers sa arate adminii de level 1...

    uitati comanda care arata toti adminii(facuta de zh3r0)

    [pawn]

    CMD:admins(PARAMS)

    {

        LoginCheck(playerid);

       

        new C, S[1024], cString[150];

        foreach(Player, i){

    if(P_DATA[Level] > 0){

    C++;

    }

    }

        format(cString, sizeof (cString), "%s", © ? (OnlineCheck("Admins", C)) : ("{FF0000}No VIP members online!")) ;

        if(C == 1){

        foreach(Player, i){

    if(P_DATA[Level] > 0){

            format(S, sizeof (S), "%s"GREE"%s"W"["GREE"L:%d|ID:%d"W"]",cString, Name(i), P_DATA[Level],i);

    }

    }

    }

    if(C > 1){

    foreach(Player, i){

    if(P_DATA[Level] > 0){

        format(S, sizeof (S), "%s"GREE"%s"W"["GREE"L:%d|ID:%d"W"], ",S, Name(i), P_DATA[Level],i);

        if(!(i % MAX_SHOW_PER_ROW)){

        if(i != 0){

    strdel(S, strlen(S) - 2, strlen(S));

    strins(S, "\n", strlen(S));

    //S[0] = EOS;

    }

    }

    }

    }

    }

    if(!C)   format(S, sizeof (S), "%s", cString);

    if(strlen(S) < 1024) SPD(playerid, Dialog:Empty, BOX, "{FFFFFF}Online Administrators!", S, "Close", "");

    if(strlen(S) > 1024) SPD(playerid, Dialog:Empty, BOX, "{FFFFFF}Online Administrators!", "{FF0000}An error has occured while trying to show the online administrators!\n{FFFFFF}Please contact the owner and inform him about this problem!", "Close", "");

    return 1;

    }

    [/pawn]

    Help :) :azn:

×
×
  • 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.