Big problem with commands
#1

Hello,today i found a big problem on my gamemode.

If i'm ID 0,EVERY command STOP to run,like /pm - /report - /goto - /ban and other admin/player commands.

I tested the gamemode with some friends,they was id 1 and 2,me id 0.

The commands was working for their,for me no.

I use zcmd.

This is my blank OnPlayerCommandText,because every command is outside any callback.

pawn Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
    return 1;
}
Thanks for help!
Reply


Messages In This Thread
Big problem with commands - by Face9000 - 02.06.2012, 23:44
Re: Big problem with commands - by Edward156 - 02.06.2012, 23:58
Respuesta: Big problem with commands - by Chris1337 - 03.06.2012, 01:24
Re: Big problem with commands - by deltapro - 03.06.2012, 02:44
Re: Big problem with commands - by The__ - 03.06.2012, 04:09
Re: Big problem with commands - by newbienoob - 03.06.2012, 04:10
Re: Big problem with commands - by Saad_ - 03.06.2012, 04:11
Re: Big problem with commands - by Edward156 - 03.06.2012, 04:41
Re: Big problem with commands - by Face9000 - 03.06.2012, 07:10

Forum Jump:


Users browsing this thread: 1 Guest(s)