20.04.2011, 22:16
Hello. First, I'm Italian and sorry for my bad english :P... I have one problem. How to make equal command with different name? Example:
CommandText:
And ZCMD? If I add "||" pawno give me some error.
CommandText:
Код:
if(!strcmp("/hello", cmdtext, true) || !strcmp("/hi", cmdtext, true)) { SendClientMessage(playerid, white, "Hello and welcome to this server!"); return 1; }