How do i make checkpoints?
#7

I Think Make a Pickup look better
Thats Pickup If you Enter pickup You Must teleport to Interior , And The Pickup Is Arrow model
PHP код:
//Use Pickup So Simple
//If you use Checkpoint , The checkpoint Can make Player Confused Because In they Map exist a Red Marker :s
new buildpick;
public 
OnFilterScriptInit/*GamemodeInit*/()//If You're Make In gamemode Change FilterScriptInit To GamemodeInit
{
    
buildpick CreatePickup(1318,1,-258.2597041043.60998520.939863);//thats pickup id 1318 is ARROW DOWN
    
return 1;
}
public 
OnPlayerPickUpPickup(playeridpickupid)
{
    if(
pickupid == buildpick)
    {
        
SetPlayerPos(playerid,435.271331,-80.958938,999.554687);//change with your x,y,z coords
        
SetPlayerInterior(playerid,1);
        
SetPlayerFacingAngle(playerid0);
        
SendClientMessage(playerid,-1,"You're Now at Inside Build");
    }
    return 
1;

Very Simple compared a Checkpoints
Reply


Messages In This Thread
How do i make checkpoints? - by [SWE]Anonymous - 08.01.2016, 13:39
Re: How do i make checkpoints? - by Joron - 08.01.2016, 13:45
Re: How do i make checkpoints? - by [SWE]Anonymous - 08.01.2016, 13:50
Re: How do i make checkpoints? - by Joron - 08.01.2016, 13:55
Re: How do i make checkpoints? - by lucamsx - 08.01.2016, 13:56
Re: How do i make checkpoints? - by fuckingcruse - 08.01.2016, 14:15
Re: How do i make checkpoints? - by Amunra - 08.01.2016, 14:43

Forum Jump:


Users browsing this thread: 2 Guest(s)