Can someone help?
#8

Thanks for all your replies, I'm not using GF.

In my command for kick, I have the following,

pawn Код:
{
    new id, reason[128], string[ 128 ];
    if( sscanf( params, "us", id, reason) )
    {
        if( Player[playerid][AdminLevel] >= 1 && Player[playerid][AdminDuty] > 0 )
        {
            SendClientMessage( playerid, INFO_GREY, "SYNTAX: /kick <playerid/name> <reason>"  );
        }
    }
So does this mean I should be using Player?
Reply


Messages In This Thread
Can someone help? - by 06leachr - 06.01.2011, 17:39
Re: Can someone help? - by DarrenThayer - 06.01.2011, 17:41
Re: Can someone help? - by bartje01 - 06.01.2011, 17:43
Re: Can someone help? - by DarrenThayer - 06.01.2011, 17:51
Re: Can someone help? - by bartje01 - 06.01.2011, 17:55
Re: Can someone help? - by DarrenThayer - 06.01.2011, 17:57
Re: Can someone help? - by iggy1 - 06.01.2011, 17:59
Re: Can someone help? - by 06leachr - 06.01.2011, 18:34

Forum Jump:


Users browsing this thread: 3 Guest(s)