Commands
#1

Solved
Reply
#2

Did you return 1 at the end of the command?
Reply
#3

I install a new system,the gamemode worked perfectly before that.With each command is the same,the commands work but "SERVER: Unknown command.",sorry for my bad english.
Reply
#4

You have to return 1;

pawn Код:
CMD:exampleCMD(playerid,params[])
{
 //yada yada code here
return 1;
}
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)