[Solved] Need help with my function
#1

Hey,
I have function:
pawn Код:
stock KickPlayer(playerid,reason,kickerid)
{
    if(IsPlayerConnected(playerid))
    {
        //EDIT: Function removed, problem solved ;)
    }
}
But I get error "error 035: argument type mismatch (argument 2)"
in line:
pawn Код:
dcmd_kick(playerid, params[])
{
    //EDIT: removed
}
Reply


Messages In This Thread
[Solved] Need help with my function - by SiJ - 18.06.2009, 07:27
Re: Need help with my function - by The_Tough - 18.06.2009, 07:32
Re: Need help with my function - by Grim_ - 18.06.2009, 07:33
Re: Need help with my function - by SiJ - 18.06.2009, 07:45
Re: Need help with my function - by kc - 18.06.2009, 07:49
Re: Need help with my function - by Grim_ - 18.06.2009, 07:49

Forum Jump:


Users browsing this thread: 1 Guest(s)