Question!
#4

Example of it's use in a script:
pawn Код:
if(strcmp(cmdtext, "/announce", true, 9) == 0)
{
    new string[256];
    format(string,sizeof(string),"%s has announced something.",ShortenName(playerid));
    SendClientMessageToAll(0xFF0000AA, string);
    return 1;
}
Reply


Messages In This Thread
Question! - by PhoeNiX778 - 11.07.2012, 15:05
Re: Question! - by Larceny - 11.07.2012, 15:29
Re: Question! - by clarencecuzz - 11.07.2012, 15:46
Re: Question! - by clarencecuzz - 11.07.2012, 15:48
Re: Question! - by PhoeNiX778 - 11.07.2012, 15:51
Re: Question! - by Lordzy - 11.07.2012, 15:54
Re: Question! - by clarencecuzz - 11.07.2012, 16:13
Re: Question! - by Larceny - 11.07.2012, 16:24
Re: Question! - by PhoeNiX778 - 11.07.2012, 16:33
Re: Question! - by Larceny - 11.07.2012, 16:45

Forum Jump:


Users browsing this thread: 2 Guest(s)