16.02.2012, 13:38
Hello, Umm im wondering How to make /rules command. I know the Strmpcmd here is how i use it
But Can yall show me the right format its suppose to be?
Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
if (strcmp("/mycommand", cmdtext, true, 10) == 0)
{
SendCilentMessage("1.No teamKilling
return 1;
}
return 0;


