05.01.2012, 16:07
Try
- Shoulen
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;
}