10.01.2011, 20:54
If you're new in making cmds itself:
if (strcmp("/commands", cmdtext, true, 10) == 0)
{
SendClientMessage(playerid,0xFF3F00AA,"/kill,/tutorial,/rules");
return 1;
}
That's the easiest cmd in my eyes. Already knew how to do this?
if (strcmp("/commands", cmdtext, true, 10) == 0)
{
SendClientMessage(playerid,0xFF3F00AA,"/kill,/tutorial,/rules");
return 1;
}
That's the easiest cmd in my eyes. Already knew how to do this?