[Tutorial] How to use checkpoints
#31

I think im using the wrong checkpoint as it shows a red blip on the minimap but nothing on the ground im after the small one not the massive on also it ist spawning me into the car.

Код:
public OnFilterScriptInit()
{
	CreateDynamicCP(1017.3148, -929.1449, 420.1316, 3, 0, 0, -1, 100.0);
	CreateDynamicCP(1946.0314, -1921.3646, 584.5061, 3, 0, 0, -1, 100.0);
	CreateDynamicCP(1017.3148, -929.1449, 420.1316, 3, 0, 0, -1, 100.0);
	return 1; 
}

Код:
}
	COMMAND:start(playerid, params[])
{
    if( IsPlayerInRangeOfPoint( playerid, 7.0, 1017.3148, -929.1449, 420.1316 ) ) // change the '1, 2, 3' to the coords for bigjump 1 (example)
    {
     SetPlayerVirtualWorld(playerid, 1);
	 PutPlayerInVehicle(playerid, 411, 0);   // when the player is at bigjump 1, do this
    }
    if( IsPlayerInRangeOfPoint( playerid, 7.0, 1946.0314, -1921.3646, 584.5061 ) ) // change the '4, 5, 6' to the coords for bigjump 2 (example)
    {
        SetPlayerVirtualWorld(playerid, 2);
        PutPlayerInVehicle(playerid, 411, 0);
    }
    if( IsPlayerInRangeOfPoint( playerid, 7.0, 2312.9204, 986.5928, 501.5012 ) ) // change the '7, 8, 9' to the coords for driftplace 137 (example)
    {
        SetPlayerVirtualWorld(playerid, 3);
        PutPlayerInVehicle(playerid, 411, 0);
    }
	return 1;
}
Reply


Messages In This Thread
How to use checkpoints - by Wesley221 - 17.06.2011, 18:08
Re: How to use checkpoints - by Max_Coldheart - 17.06.2011, 18:21
Re: How to use checkpoints - by Markx - 17.06.2011, 18:40
Re: How to use checkpoints - by Davz*|*Criss - 17.06.2011, 21:24
Re: How to use checkpoints - by Wesley221 - 18.06.2011, 09:39
Re: How to use checkpoints - by DaRealz - 23.06.2011, 21:01
Re: How to use checkpoints - by Skaizo - 24.06.2011, 06:30
Re: How to use checkpoints - by Wesley221 - 24.06.2011, 08:24
Re: How to use checkpoints - by Markx - 24.06.2011, 08:33
Re: How to use checkpoints - by Wesley221 - 24.06.2011, 08:34
Re: How to use checkpoints - by Markx - 24.06.2011, 09:22
Re: How to use checkpoints - by System64 - 24.06.2011, 09:37
Re: How to use checkpoints - by Wesley221 - 24.06.2011, 09:41
Re: How to use checkpoints - by GangsTa_ - 24.06.2011, 16:14
Re: How to use checkpoints - by System64 - 24.06.2011, 17:35
Re: How to use checkpoints - by Wesley221 - 24.06.2011, 23:51
Re: How to use checkpoints - by Wesley221 - 25.06.2011, 11:56
Re: How to use checkpoints - by Coffeemonster - 12.07.2011, 13:20
Re: How to use checkpoints - by Gazmull - 12.07.2011, 13:25
Re: How to use checkpoints - by Wesley221 - 12.07.2011, 13:26
Re: How to use checkpoints - by TheArcher - 20.09.2011, 17:22
Re: How to use checkpoints - by Wesley221 - 20.09.2011, 18:01
Re: How to use checkpoints - by vassilis - 29.09.2011, 16:03
Re: How to use checkpoints - by Wesley221 - 29.09.2011, 16:21
Re: How to use checkpoints - by vassilis - 30.09.2011, 08:48
Re: How to use checkpoints - by Wesley221 - 30.09.2011, 08:56
Re: How to use checkpoints - by vassilis - 30.09.2011, 09:00
Re: How to use checkpoints - by stamos007 - 10.10.2011, 12:50
Re: How to use checkpoints - by wups - 10.10.2011, 13:51
Re: How to use checkpoints - by Wesley221 - 23.10.2011, 12:50
Re: How to use checkpoints - by manchestera - 23.10.2011, 13:45
Re: How to use checkpoints - by Wesley221 - 23.10.2011, 13:47
Re: How to use checkpoints - by manchestera - 23.10.2011, 14:18
Re: How to use checkpoints - by Wesley221 - 24.10.2011, 12:03
Re: How to use checkpoints - by manchestera - 01.11.2011, 20:04
Re: How to use checkpoints - by bartje01 - 04.11.2011, 07:46
Re: How to use checkpoints - by Wesley221 - 04.11.2011, 13:35
Re: How to use checkpoints - by Mr_Scripter - 07.11.2011, 17:36
Re : How to use checkpoints - by mehdi-jumper - 09.12.2011, 09:27
Re: How to use checkpoints - by §с†¶e®РµРe - 09.12.2011, 09:30
Re: How to use checkpoints - by Notis123 - 13.12.2011, 10:27
Re: How to use checkpoints - by §с†¶e®РµРe - 13.12.2011, 13:07
Re: Re : How to use checkpoints - by Wesley221 - 31.12.2011, 13:31
Re: How to use checkpoints - by oblexive - 13.07.2012, 18:43
Re: How to use checkpoints - by Elysian` - 13.07.2012, 19:10
Re: How to use checkpoints - by Jimmy0wns - 30.12.2012, 21:26
Re: How to use checkpoints - by JonesyFoCoTDM - 05.09.2013, 17:28
Re: How to use checkpoints - by JonesyFoCoTDM - 05.09.2013, 20:29
Re: How to use checkpoints - by Fresh9884 - 06.09.2013, 03:38
Re: How to use checkpoints - by thaKing - 11.03.2014, 17:59
Re: How to use checkpoints - by Stereotype - 30.06.2014, 14:10
Re: How to use checkpoints - by Timeless - 01.07.2014, 18:25
Re: How to use checkpoints - by BlackbirdXd - 12.02.2017, 18:26

Forum Jump:


Users browsing this thread: 3 Guest(s)