[Ajuda] EQUIPAR
#4

Quote:
Originally Posted by Dimbalada
Посмотреть сообщение
tipo colega no samp vocк n pode pegar mk e ak47 ao mesmo tempo como vou fazer pro player escolhe uma ou outra?
vc quer dizer que quando ele apertar em equipar aparecer uma dialog perguntando entre m4 e ak? se sim:

PHP код:
#define         DIALOG_EQUIPAR2                479//exemplo
new msgarma[32];
if(
dialogid == DIALOG_EQUIPAR){
    if(
response){
        if(
listitem == 0){
            
format(msgarmasizeof(msgarma), "AK 47\nM4");
            
ShowPlayerDialog(playeridDIALOG_EQUIPAR2DIALOG_STYLE_LIST"Vocк prefere"msgarma"Ok""Cancelar");
        }
    }
}
if(
dialogid == DIALOG_EQUIPAR2){
    if(
response){
         switch(
listitem){
            case 
0:{
                
SendClientMessage(playerid,0xFFFF0000,"Vocк Equipou");
                
GivePlayerWeapon(playerid,24,999);//DESERT
                
GivePlayerWeapon(playerid,30,999);//AK47
            
}
            case 
1:{
                
SendClientMessage(playerid,0xFFFF0000,"Vocк Equipou");
                
GivePlayerWeapon(playerid,24,999);//DESERT
                
GivePlayerWeapon(playerid,31,999);//M4
            
}
        }
    }

Reply


Messages In This Thread
EQUIPAR - by Dimbalada - 25.04.2017, 15:18
Re: EQUIPAR - by Scorpion659 - 25.04.2017, 15:25
Re: EQUIPAR - by Dimbalada - 25.04.2017, 15:45
Re: EQUIPAR - by Scorpion659 - 25.04.2017, 16:06
Re: EQUIPAR - by Dimbalada - 25.04.2017, 16:07
Re: EQUIPAR - by Scorpion659 - 25.04.2017, 16:09
Re: EQUIPAR - by Dimbalada - 25.04.2017, 16:21
Re: EQUIPAR - by Meck - 26.04.2017, 02:53

Forum Jump:


Users browsing this thread: 1 Guest(s)