11.10.2009, 12:23
It just doesn't work, i don't know why. I want to have spaces in the name of the command.
Please help, thank you.
pawn Код:
if(strcmp(cmd, "/command space", true) == 0)
{
if(IsPlayerConnected(playerid))
{
//Some code over here.
}
}