SERVER: Unknown Command
#1

I started using ZCMD today, but when I type in a command (any command) it gives me: 'SERVER: Unknown Command'.
A command for example:

Код:
CMD:HealMe(playerid, params[])
{
    SetPlayerArmour(playerid, 100);
    SetPlayerHealth(playerid, 100);

    return 1;
}
Reply
#2

Put it outside of everything. U dont need onplayercommandtext
Reply
#3

I don't use OnPlayerCommandText.
Reply
#4

Anyone?
Reply
#5

Please, I need this urgently.
Reply
#6

show us your script
Reply
#7

You have to use only lower case letters,
Код:
CMD:healme( playerid, params[ ] )
not
Код:
CMD:HealMe( playerid, params[ ] )
Also don't 2x + post.
Reply
#8

Quote:
Originally Posted by costel_nistor96
Посмотреть сообщение
You have to use only lower case letters,
Код:
CMD:healme( playerid, params[ ] )
not
Код:
CMD:HealMe( playerid, params[ ] )
Also don't 2x + post.
Wow, you're a life saver.
Thank you very much!
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)