Map-icon on command?
#5

Or you can just do it like:

Код:
forward kick(playerid);
public kick(playerid)
{
        Kick(playerid);
        return 1;
}

CMD:test(playerid, params[])
{
        // Do whatever you want to do. (messages)
        SetTimerEx("kick",10, false, "i", playerid); //Timer to kick the player
	return 1;
}
Reply


Messages In This Thread
Map-icon on command? - by Tuntun - 19.12.2013, 12:55
Re: Map-icon on command? - by Tuntun - 19.12.2013, 13:26
Re: Map-icon on command? - by doreto - 19.12.2013, 13:29
Re: Map-icon on command? - by Tuntun - 19.12.2013, 13:54
Re: Map-icon on command? - by RowdyrideR - 19.12.2013, 13:57

Forum Jump:


Users browsing this thread: 1 Guest(s)