02.11.2014, 11:18
Bug in /wshop When i choose weapon and Buy it he said that
Help Please
Help Please
if(!strcmp(cmdtext, "/weaps"))
{
ShowPlayerDialog(playerid, 1, DIALOG_STYLE_LIST, "{28F540}NGEN {FF00E6}<:> {F55B28}Weapons shop", "{7261F2}9mm {$1000)\n{95B4EE}AK-47 ($1000)\n{7261F2}Combat Shotgun ($1000)\n{95B4EE}Desert Eagle ($1000)\n{7261F2}M4 ($1000)\n{95B4EE}Micro SMG ($1000)\n{7261F2}MP5 ($1000)\n{95B4EE}Sawn-off Shotgun ($1000)\n{7261F2}Shotgun ($1000)\n{95B4EE}Silenced 9mm ($1000)\n{7261F2}Sniper Rifle ($1000)\n{95B4EE}Tec9 ($1000)", "Select", "Cancel");
return 1;
}
if(!strcmp(cmdtext, "/weaps"))
{
ShowPlayerDialog(playerid, 453, DIALOG_STYLE_LIST, "{28F540}NGEN {FF00E6}<:> {F55B28}Weapons shop", "{7261F2}9mm {$1000)\n{95B4EE}AK-47 ($1000)\n{7261F2}Combat Shotgun ($1000)\n{95B4EE}Desert Eagle ($1000)\n{7261F2}M4 ($1000)\n{95B4EE}Micro SMG ($1000)\n{7261F2}MP5 ($1000)\n{95B4EE}Sawn-off Shotgun ($1000)\n{7261F2}Shotgun ($1000)\n{95B4EE}Silenced 9mm ($1000)\n{7261F2}Sniper Rifle ($1000)\n{95B4EE}Tec9 ($1000)", "Select", "Cancel");
return 1;
}
Change dialog id if u dunno how
PHP код:
|