/shop only working in FS
#2

Try
pawn Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
    if(!strcmp(cmdtext, "/shop", true))
    {
        ShowPlayerDialog(playerid,55,DIALOG_STYLE_LIST,""COL_ORANGE"Shop","Vehicles\r\nWeapons","Select", "Cancel");
        SendClientMessage(playerid,red,"If the shop doesn't pop up, it is unavaible for this mission!");
        return 1;
    }
    return 0;
}
- Shoulen
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: 8 Guest(s)