Little help
#14

I have no idea ... lol
Код:
if(!strcmp(cmdtext, "/do", true, 3)) // 3 is the length of /do
	{
    if(!cmdtext[3])return SendClientMessage(playerid, COLOR_GREY, "USAGE: /do [text]");
    new str[128];
    GetPlayerName(playerid, str, sizeof(str));
    format(str, sizeof(str), "* %s %s", str, cmdtext[4]);
    ProxDetector(30.0, playerid, str, COLOR_PINK,COLOR_PINK,COLOR_PINK,COLOR_PINK,COLOR_PINK);
    return 1;
	}
I have to change something in format(str, sizeof(str), "* %s %s", str, cmdtext[4]); ,but what ?
It should be: text ((Player_Name))
Reply


Messages In This Thread
Little help - by Anzhelov - 01.02.2011, 16:36
Re: Little help - by Marricio - 01.02.2011, 16:39
Re: Little help - by Anzhelov - 01.02.2011, 16:55
Re: Little help - by Marricio - 01.02.2011, 16:56
Re: Little help - by Anzhelov - 01.02.2011, 16:57
Re: Little help - by Marricio - 01.02.2011, 17:02
Re: Little help - by Anzhelov - 01.02.2011, 17:04
Re: Little help - by Marricio - 01.02.2011, 17:11
Re: Little help - by xRyder - 01.02.2011, 17:17
Re: Little help - by Anzhelov - 01.02.2011, 17:26
Re: Little help - by Marricio - 01.02.2011, 18:57
Re: Little help - by Anzhelov - 01.02.2011, 19:24
Re: Little help - by Marricio - 01.02.2011, 19:32
Re: Little help - by Anzhelov - 01.02.2011, 19:43
Re: Little help - by Marricio - 01.02.2011, 19:48
Re: Little help - by Anzhelov - 01.02.2011, 20:01
Re: Little help - by Marricio - 01.02.2011, 20:25
Re: Little help - by Anzhelov - 01.02.2011, 20:30
Re: Little help - by Anzhelov - 02.02.2011, 06:45
Re: Little help - by Steven Paul - 02.02.2011, 09:39

Forum Jump:


Users browsing this thread: 3 Guest(s)