22.12.2012, 09:35
Can anyone show me how this code would go into the part OnDialogResponse because I cant get any of the tutorials to work for me so can you help me please?
Код:
if(strcmp(cmdtext,"/weapons",true)==0) { ShowPlayerDialog(playerid,1,DIALOG_STYLE_LIST,"Weapons","1.Degal\n2.Shotgun\n3.MP5\n4.M4\n5.AK\n6 .Sniper","Get","Exit"); return 1; }