[HELp]Help With Fix /stats+ /rules
#6

Quote:
Originally Posted by donhu789
Посмотреть сообщение
Thanks But How The rules i make more line ?
simple only copy this

pawn Код:
strcat(PT, "{FFFFFF}>: Rule ?   \n", sizeof(PT));
and put below the last rule you write, and where say rule? is on you write the rules

example

pawn Код:
CMD:rules(playerid)
{
    new PT[1000];
    strcat(PT, "{FFFFFF}>: Rule 1   \n", sizeof(PT));
    strcat(PT, "{00FF00}>: Rule 2   \n", sizeof(PT));
    strcat(PT, "{00FF00}>: Rule 3   \n", sizeof(PT));
    strcat(PT, "{00FF00}>: Rule 4   \n", sizeof(PT));
    strcat(PT, "{00FF00}>: Rule ?   \n", sizeof(PT));
    strcat(PT, "{00FF00}>: Rule ?   \n", sizeof(PT));
    strcat(PT, "{00FF00}>: Rule ?   \n", sizeof(PT));
    strcat(PT, "{00FF00}>: Rule ?   \n", sizeof(PT));
    strcat(PT, "{00FF00}>: Rule ?   \n", sizeof(PT));
    strcat(PT, "{00FF00}>: Rule ?   \n", sizeof(PT));
    // and continues
   
    ShowPlayerDialog(playerid, 5, DIALOG_STYLE_MSGBOX, "{46BEE6}YS Server Rules:", PT, "I Agree", "I Disagree");
    return 1;
}
you understand?
Reply


Messages In This Thread
[HELp]Help With Fix /stats+ /rules - by donhu789 - 14.08.2013, 03:03
Re: [HELp]Help With Fix /stats+ /rules - by ThaCrypte - 14.08.2013, 05:56
Re: [HELp]Help With Fix /stats+ /rules - by PT - 14.08.2013, 09:08
Re: [HELp]Help With Fix /stats+ /rules - by donhu789 - 14.08.2013, 10:39
Re: [HELp]Help With Fix /stats+ /rules - by Mike_Peterson - 14.08.2013, 11:40
Re: [HELp]Help With Fix /stats+ /rules - by PT - 14.08.2013, 14:49
Re: [HELp]Help With Fix /stats+ /rules - by donhu789 - 15.08.2013, 03:25
Re: [HELp]Help With Fix /stats+ /rules - by donhu789 - 15.08.2013, 03:31

Forum Jump:


Users browsing this thread: 1 Guest(s)