Help for turf
#6

Check if the player using jetpack
PHP код:
if(GetPlayerSpecialAction(playerid) == SPECIAL_ACTION_USEJETPACK)
{

So it would be like that some where in your turf system

PHP код:
new Float:xFloat:yFloat:z
GetPlayerPos
(playeridxyz);
if(
GetPlayerSpecialAction(playerid) == SPECIAL_ACTION_USEJETPACK)
{
SetPlayerPos(playeridxyz+5);

Maybe i miss something cuz i'm using ma phone :P
Reply


Messages In This Thread
Help for turf - by BrooklyN1995 - 25.04.2016, 20:20
Re: Help for turf - by Saliim - 25.04.2016, 20:35
Re: Help for turf - by BrooklyN1995 - 25.04.2016, 20:41
Re: Help for turf - by Saliim - 25.04.2016, 20:48
Re: Help for turf - by BrooklyN1995 - 25.04.2016, 20:52
Re: Help for turf - by oMa37 - 25.04.2016, 20:59
Re: Help for turf - by BrooklyN1995 - 25.04.2016, 21:21
Re: Help for turf - by Macronix - 25.04.2016, 21:30
Re: Help for turf - by oMa37 - 25.04.2016, 21:34
Re: Help for turf - by BrooklyN1995 - 25.04.2016, 21:37

Forum Jump:


Users browsing this thread: 1 Guest(s)