04.01.2010, 03:52
Quote:
|
Originally Posted by [SFP
$ucr3[CX] « ]
Quote:
Pra botar em lista, faзa assim Armas \nDorgas \nNerd(Suporte_bnv)... Nova linha = \n E pra dar arma й no DialogResponde ._. |
Code:
ShowPlayerDialog(playerid,1,DIALOG_STYLE_LIST,"Ok","Armas /nColete e Vida","Pronto","Cancelar");
//Depois
public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[])
{
if(dialogid == 1) //1 seria o id da dialog
{
GivePlayerWeapon(playerid, 24, 500);
return 1;
}
return 0;
}
@EDIT@
Errei um negуcio e arrumei


