1 string in a other
#8

srry for bump <.<
but i tested strins but doesn't work why?
it comes: SERVER: Unknown command.

first test:
pawn Код:
if(strcmp(cmd,"/test",true)==0)
  {
   new array[633];
   format(string, sizeof (string), "%s [Rank: %d] - %d Score\n", RankNames[0],Rank[0],RankScore[0]);
   strins(array, string, sizeof(array));
   ShowPlayerDialog(playerid,0,DIALOG_STYLE_MSGBOX,"Ranks",array,"OK","Quit");
   return 1;
  }
second test:
pawn Код:
if(strcmp(cmd,"/test",true)==0)
  {
    new string[128];
    strins(array, "test", 128);
    ShowPlayerDialog(playerid,0,DIALOG_STYLE_MSGBOX,"Ranks",array,"OK","Quit");
    return 1;
  }
please help <.<
Reply


Messages In This Thread
1 string in a other - by Headshot1108 - 23.03.2010, 18:12
Re: 1 string in a other - by Headshot1108 - 23.03.2010, 19:12
Re: 1 string in a other - by MadeMan - 23.03.2010, 19:17
Re: 1 string in a other - by cozza123456 - 23.03.2010, 19:19
Re: 1 string in a other - by Headshot1108 - 23.03.2010, 19:34
Re: 1 string in a other - by TheChaoz - 23.03.2010, 20:29
Re: 1 string in a other - by Headshot1108 - 23.03.2010, 20:45
Re: 1 string in a other - by Headshot1108 - 24.03.2010, 13:10
Re: 1 string in a other - by VirSpectorX - 24.03.2010, 13:24
Re: 1 string in a other - by Headshot1108 - 24.03.2010, 13:50

Forum Jump:


Users browsing this thread: 1 Guest(s)