Enterance
#2

pawn Код:
CMD:enter(playerid, params[])
{
    if (PlayerToPoint(1.0, playerid,dini_Float(String, "EnterX"),dini_Float(String, "EnterY"),dini_Float(String, "EnterZ")))
    {
        SendClientMessage(playerid,COLOR_GREY,"works");
        SetPlayerPos(playerid,dini_Float(String, "EnterX"),dini_Float(String, "EnterY"),dini_Float(String, "EnterZ")+1);
    }

    return 1;
}
And you need to define PlayerToPoint, etc.
Reply


Messages In This Thread
Enterance - by jaksimaksi - 13.08.2011, 05:54
Re: Enterance - by Darnell - 13.08.2011, 06:18
AW: Enterance - by jaksimaksi - 13.08.2011, 07:44
AW: Enterance - by jaksimaksi - 13.08.2011, 10:38
Re: Enterance - by IstuntmanI - 13.08.2011, 11:17

Forum Jump:


Users browsing this thread: 1 Guest(s)