Laptop Problem
#2

pawn Код:
if(strcmp(cmd, "/laptop", true) == 0)
{
    if(PlayerInfo[playerid][pLaptop] == 1)
    {
        new otext[20];
        if(LaptopInc[playerid] == 1) { otext = "On"; }
        else if(LaptopInc[playerid] == 0) { otext = "OFF"; }
        ShowPlayerDialog(playerid,Dialog_Laptop,DIALOG_STYLE_LIST,"Laptop","1    Laptop: %s\n","Selecteaza","Inchide");
        }
        else
        {
            SendClientMessage(playerid, COLOR_LIGHTBLUE, "Mergi la 24/7 si cumparati un Laptop !");
        }
        return true;
    }
}
Reply


Messages In This Thread
Laptop Problem - by Akcent_Voltaj - 01.10.2012, 02:20
Re: Laptop Problem - by RenSoprano - 01.10.2012, 05:27
Re: Laptop Problem - by Akcent_Voltaj - 01.10.2012, 07:14
Re: Laptop Problem - by Akcent_Voltaj - 01.10.2012, 07:30
Re: Laptop Problem - by RedJohn - 01.10.2012, 08:04
Re: Laptop Problem - by Akcent_Voltaj - 01.10.2012, 08:12

Forum Jump:


Users browsing this thread: 1 Guest(s)