23.04.2011, 17:40
Thanks for giving so much information about what the commands should do.
pawn Код:
if(strcmp(cmdtext,"/b", true) == 0)
{
SendClientMessage(playerid, 0xFF0000FF, "b");
}
if(strcmp(cmdtext,"/o", true) == 0)
{
SendClientMessage(playerid, 0xFF0000FF, "o");
}