CMD bug
#1

I scripted /pdgateopen. I type in game /pdgateopen and the it shows "Server: Unknown Command". Please help me!
Reply
#2

Well, if you gave the command it'd be helpful.
Reply
#3

show me your includes and show me your command code here
Reply
#4

Sometimes, if you use zcmd to create a command like:
pawn Код:
CMD:yourcommand(playerid, params[])
but don't
pawn Код:
#include <zcmd>
in the first place, it won't show errors, but it won't run ingame (the command).
Reply
#5

You should give us the Code, btw wrong categorie.
Reply
#6

Look if you return 0 somewhere in OnPlayerCommandText.
Reply
#7

Quote:
Originally Posted by iManakoss
Посмотреть сообщение
I scripted /pdgateopen. I type in game /pdgateopen and the it shows "Server: Unknown Command". Please help me!
This Example if you want make command for admin or an player
if you want make it for player remove [pAdmin]

Код:
CMD:your command(playerid, params[])
{
    if(PlayerInfo[playerid][pAdmin] >=  || PlayerInfo[playerid] ==
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)