Quote:
Originally Posted by Karan007
PHP код:
CMD:makemeadmin(playerid, params[])
{
SendClientMessage(playerid, COLOR_RED, "Not today son.");
return 1;
}
#pragma unused makemeadmin
Well, when using ZCMD, it doesn't been to add ZCMD in the command. Use only CMD for a command!
And don't put it underneath anything.
|
That gives me errors, I stated in the topic if you want to see the error code.