Jump to content
  • 0

pomoc OnPlayerPickupUpPickup


sneakyevil

Dotaz

Mam problem z pickup. 1 Pickup ked zoberem tak mi to ukaze dialog ale ten Pickup : wd1 ked zoberem zmizne a nezobrazi sa

 

public OnPlayerPickUpPickup(playerid, pickupid)
{
    if(pickupid == bankomat1)
    {
        ApplyAnimation(playerid, "PED", "phone_talk", 4.1, 1, 1, 1, 1, 1, 1);
        ShowPlayerDialog(playerid,0,DIALOG_STYLE_MSGBOX,"{00FF00}////  Watch Dogs - Hacked | Bank - ATM  \\\\","{FF0000}-----------------------------------------------------------------------------\n{FF0000}            You\n{FF0000}               Hacked\n{FF0000}                     The Bank!\n{FF0000}-----------------------------------------------------------------------------","Hack","Stop Hack");
    }
    return 0;
    if(pickupid == wd1)
    {
ShowPlayerDialog(playerid,1,DIALOG_STYLE_MSGBOX,"{FF0000}////  Watch Dogs - Rules  \\\\","{FF0000}[1.] Do not use cheats/hacks !\n{FF0000}[2.] Do not spam in chat !\n{FF0000}[3.] Do not killing on spawn !\n{FF0000}[4.] Do not destroy objects !\n{FF0000}[5.] Do not be racist !\n{FF0000}[6.] Respect the rules !","Yes Respect","No Respect");
}
return 0;

Link to comment
Share on other sites

2 odpovědí na tuto otázku

Recommended Posts

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