Start a mission near a player
#2

Take a look here

Btw e.g

pawn Код:
// under a callback or somewhere to call it
    if(IsPlayerInRangeOfPoint(playerid, 5.0, x,y,z)) // playerid - player which calls it, 5.0 - range point to activate in your case the mission, x,y,z floats saved as variable from you which gives the coordinates to execute the function.
    {
        //code
    }
Reply


Messages In This Thread
Start a mission near a player - by tyler12 - 24.06.2012, 18:52
Re: Start a mission near a player - by TheArcher - 24.06.2012, 18:58

Forum Jump:


Users browsing this thread: 1 Guest(s)