03.04.2014, 19:47
Mmh, can you show me your command or function where you put ShowPlayerDialog like the others said?
Also put it like this:
Also put it like this:
pawn Код:
if(dialogid == DIALOG_NWEAPONS)
{
if(response)
{
switch(listitem)
{
case 0: GivePlayerWeapon(playerid, 9 , 1);
case 1: GivePlayerWeapon....
//and so on...
}
}
}