18.08.2012, 18:54
show the script for that. But its okay if not.
Try to use this...
Try to use this...
pawn Код:
if(strcmp(cmd,"/yourcommand",true)==0)
{
new string[300]; // it depends on what you add...
strcat(string,"Put something here");
strcat(string,"Same with this");
strcat(string,"With this");
strcat(string,"So on");
strcat(string,"And so on");
strcat(string,"again");
ShowPlayerDialog(playerid, defineyourdailog, DIALOG_STYLE_LIST, "Title", string, "Choose", "Cancel");
return 1;