27.02.2012, 01:15
Quote:
I removed the line in quote, no compiling errors, just Server: Unknown Command
|
pawn Code:
CMD:YourCommand(playerid, params[])
{
SendClientMessage(playerid, -1, "Your command is working.");
return 1;
}
Remember they must not be in any callback (publics), they must be anywhere outside of the callbacks.
-FalconX