Why this not work ..
#2

Код:
if(!strcmp(cmdtext, "/cmds", true))
{
new string[9999], sL[9999];
format(sL, sizeof(sL), "{fff000}+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+");
format(string, sizeof(string),"General Commands", "{FF0202}->/car [name]{EFED7A}foloseste {FF0202}/car [name]{EFED7A} pentru a lua masina dorita\n{FF0202}->/teles{EFED7A} foloseste {FF0202}/teles {EFED7A}pentru a vedea toate teleporturile \n{FF0202}->/usercp{EFED7A} foloseste {FF0202}/usercp {EFED7A}pentru a vedea User Control Panel\n%s",sL);
ShowPlayerDialog(playerid, 9999, 0, "General Commands", string, "Ok", "Cancel");
return 1;
}
Reply


Messages In This Thread
Why this not work .. - by Rock18 - 16.01.2011, 17:02
Re: Why this not work .. - by Typhome - 16.01.2011, 17:17
Re: Why this not work .. - by Alex_Valde - 16.01.2011, 17:27
Re: Why this not work .. - by Typhome - 16.01.2011, 17:28
Re: Why this not work .. - by Rock18 - 16.01.2011, 17:36
Re: Why this not work .. - by ExeC - 16.01.2011, 17:40
Re: Why this not work .. - by Typhome - 16.01.2011, 17:56
Re: Why this not work .. - by Alex_Valde - 16.01.2011, 18:40

Forum Jump:


Users browsing this thread: 1 Guest(s)