28.07.2009, 16:01
Quote:
|
Originally Posted by saiberfun
-_-
just klick it n post in the script request thread ur request or learn it from the wiki |
I make this cmd:
Код:
if(strcmp(cmdtext, "/pizda", true, 6) == 0)
{
if(cmdtext[7] == 32 && cmdtext[6] != EOS) return SendClientMessage(playerid, 0xFAFAFAFF, "do not"");
else if(strcmp(cmdtext[7], "sychara", true) == 0)
{
new string[128],pname[MAX_PLAYER_NAME];
GetPlayerName(playerid, pname, sizeof(pname));
format(string,sizeof(string),"[DoZoR]: player: %s чмо черножопое", pname);
SendClientMessageToAll(0xFFFFFF00, string);
}
else SendClientMessage(playerid, 0xFAFAFAFF, "do not1");
return true;
}
if i write: "/pizda asjasda" - Written so as you need me, "Do not" (good)
if i write: "/pizda sychara" - Written so as you need me ( good )
i need to i write "/pizda" - written: "Do not"
Understand?

