Enterance
#3

I found one mistake too, but still not working

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

    return 1;
}

I think i should do something with:

pawn Код:
for(new i=0; i<MAX_BUSS; i++)
    {
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)