/shop only working in FS
#1

I made an /shop command, tested it in a filterscript and it worked
Now i placed it in a GM and it didnt work at all


pawn Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
    if(!strcmp(cmdtext, "/shop", true))
    {
        ShowPlayerDialog(playerid,55,DIALOG_STYLE_LIST,""COL_ORANGE"Shop","Vehicles\nWeapons","Select", "Cancel");
        SendClientMessage(playerid,red,"If the shop doesn't pop up, it is unavaible for this mission!");
        return 1;
    }
    return 0;
}
Reply


Messages In This Thread
/shop only working in FS - by geerdinho8 - 05.01.2012, 15:46
Re: /shop only working in FS - by Shoulen - 05.01.2012, 16:07
Re: /shop only working in FS - by geerdinho8 - 05.01.2012, 16:34
Re: /shop only working in FS - by Shoulen - 05.01.2012, 16:57
Re: /shop only working in FS - by geerdinho8 - 05.01.2012, 17:17
Re: /shop only working in FS - by Shoulen - 05.01.2012, 17:27
Re: /shop only working in FS - by geerdinho8 - 05.01.2012, 17:34
Re: /shop only working in FS - by geerdinho8 - 06.01.2012, 13:36
Re: /shop only working in FS - by geerdinho8 - 08.01.2012, 13:36
Re: /shop only working in FS - by geerdinho8 - 09.01.2012, 12:26

Forum Jump:


Users browsing this thread: 5 Guest(s)