24.12.2012, 20:52 
	
	
	
		* * 
Why again a code of showplayerdialog , dialog I'd 8
	
	
	
	
Код:
ShowPlayerDialog(playerid, 8, DIALOG_STYLE_LIST, "Heavy Weapons", "RPG\nHS Rocket\nFlamethrower\nMinigun", "Get", "Exit");
* * if(dialogid == 8 && response)
* * {
* * * * switch(listitem)
* * * * {
* * * * * * case 0:
* * * * * * {
* * * * * * * * GivePlayerWeapon(playerid, 35, 500);
* * * * * * * * SendClientMessage(playerid, green, "You recieved RPG with 500 ammo");

