Would somebody help me here ?
#2

You need
pawn Код:
new HouseCheckPoint[MAX_HOUSES];
pawn Код:
HouseCheckPoint[houseid] = CreateDynamicCP(x,y,z,1.0,-1,-1,-1,50.0);
in OnPlayerEnterDynamicCP(playerid,checkpointid)

pawn Код:
for(new i=0; i != MAX_HOUSES; i++)
    if(HouseCheckPoint[i] == checkpointid)
    {
        // set pos int vw
        break; // stops the loop
    }
Reply


Messages In This Thread
Would somebody help me here ? - by AnonScripter - 19.10.2013, 01:06
Re: Would somebody help me here ? - by Jefff - 19.10.2013, 01:12
Re: Would somebody help me here ? - by AnonScripter - 19.10.2013, 01:35
Re: Would somebody help me here ? - by Pottus - 19.10.2013, 02:03
Re: Would somebody help me here ? - by AnonScripter - 19.10.2013, 11:39

Forum Jump:


Users browsing this thread: 1 Guest(s)