if (strcmp("/cmds", cmdtext, true, 10) ==0)
{
SendClientMessage(playerid, 0xFF0000, "deagle kill skin v armour minigun drag lsa home skin help sf race drift");
return 1;
}
10 is the size of your command, in this case it is 5, not 10. You don't actually even need to use it. And yeah, this command is not bugged. can you post a bit more ?