Jump to content

Gamemode sa.engame.ro actualul.


unkn0wn
 Share

Recommended Posts

Acum 22 ore, AlexxAdv a spus:

 

Asa si daca e testat ia zi? ce "bug-uri" ai gasit? 100 nu?

Rezolvare bug la /buygun

 

  Ascunde conținuturi

CMD:buygun(playerid, params[])


{
    if(gPlayerLogged[playerid] == 0) return SCM(playerid, COLOR_LIGHTRED, "You need to login first.");
    if(PlayerInfo[playerid][pGunLic] == 0) return SCM(playerid, COLOR_WHITE,"{FFB870}You don't have gun license.");
    if(BizzInfo[InBussines[playerid]][bType] == 2)
    {
        if(GetPlayerInterior(playerid) == 0) return SCM(playerid, COLOR_WHITE, "{FFB870}You are not in a store.");
         ShowPlayerDialog(playerid,Dialog_gunshop,DIALOG_STYLE_LIST,"Select:","Baseball bat($1,000)\nSD Pistol($2,000)\nDesert eagle($3,000)\nShotgun($4,200)\nMP5($4,600)\nAK47($7,000)\nM4($7,000)","Select","Cancel");
        return 1;
    }
    else
    {
        SCM(playerid, COLOR_WHITE, "{FFB870}You are not in a Gun shop.");
    }
    return 1;
}

 

Ma refer ca stiu ce update-ui ai facut, tu ai spus ca mai intai sa-l testez si dupa sa comentez ????

Nu te mai ambala atata.

Si bravo ca ai rezolvat-o, oricum nu era ceva greu dar eu am spus doar sa stie cei care vor sa deschida server cu acest gamemode.

Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

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