I might not be good here for asking help about scripting but I got no where to post or get help.. =\
And I am truely thankfull if someone could help me out with adding multiple commands.
Example: a peace of coding that has made..
if (strcmp("/command", cmdtext, true, 10) == 0)
{
SendClientMessage(playerid,COLOR_WHITE,"The text appears after the command...");
return 1;
}
Example: This is what i sort of want. but this AINT RIGHT and I want to know how to do it right..
if (strcmp("/command1" || "/command2 || "/command3" , cmdtext, true, 10) == 0)
{
SendClientMessage(playerid,COLOR_WHITE,"The text appears after the command...");
return 1;
}
I am Really thankfull if smoeone could help me out.
Sorry agian for possible wrong posting