[Ajuda] Pegar a Frase.
#6

strcat+format+ShowPlayerDialog.

Jб vou criar um exemplo...

PHP код:
CMD:pcmds(playeridparams[])
{
    new 
str[450];
strcat(str"/report - seen a player not obeying rules? report them to online admins!\n");
strcat(str"/psave - save your position and go back with /b\n");
strcat(str"/getstats - see the profile stats of another player\n");
strcat(str"/givecash - feeling charitable? give some money to another player!\n");
strcat(str"/colour - Change your player colour\n");
strcat(str"/skin - Change your skin\n");
strcat(str"/para - get a parachute\n");
strcat(str"/camera - get a camera");
ShowPlayerDialog(playeridd_PCmdsDIALOG_STYLE_LIST"Player Commands List"str"Close""");
return 
1;

Basta colocar um format, a cada linha que for concatenar...

Nгo vou fazer isso, pra vocк tentar e aprender melhor...
Reply


Messages In This Thread
Ajuda com Dialog - by Julinhu - 30.06.2014, 21:25
Re: Pegar a Frase. - by Fenix4000 - 30.06.2014, 22:23
Re: Pegar a Frase. - by Julinhu - 30.06.2014, 23:07
Re: Pegar a Frase. - by Schocc - 01.07.2014, 00:10
Re: Pegar a Frase. - by Julinhu - 01.07.2014, 00:27
Re: Pegar a Frase. - by Schocc - 01.07.2014, 01:29
Re: Pegar a Frase. - by Julinhu - 01.07.2014, 01:38
Re: Pegar a Frase. - by arakuta - 01.07.2014, 01:51
Re: Pegar a Frase. - by Julinhu - 01.07.2014, 01:56
Re: Pegar a Frase. - by UPsamp - 01.07.2014, 02:15

Forum Jump:


Users browsing this thread: 1 Guest(s)