23.01.2017, 10:46
PHP код:
CMD:buyweapons(playerid,params[])
{
new string[100+1000];
format(string,sizeof(string),"Deagle Ammo: 100 Value: %d",Deagle);
format(string,sizeof(string),"Shotgun Ammo: 200 Value: %d",Shotgun);
ShowPlayerDialog(playerid,100,DIALOG_STYLE_LIST,"Weapon system",string,"Select","Cancel");
return 1;
}