About this Jetpack stock
#2

pawn Код:
CMD:jetpack(playerid, params[])
{
   if(PlayerInfo[playerid][Admin] < 1) return SendClientMessage(playerid, 0xFFFFFF,"I love turtles");
   AC_BS_SetPlayerJetpack(playerid);
   return 1;
}

stock AC_BS_SetPlayerJetpack(playerid)
{
    SetPVarInt(playerid, "JetpackProtection",1);
    SetPlayerSpecialAction(playerid, SPECIAL_ACTION_USEJETPACK);
    SetPVarInt(playerid, "SafeJet",1);
}
Reply


Messages In This Thread
About this Jetpack stock - by Neil. - 14.01.2013, 11:16
Re: About this Jetpack stock - by park4bmx - 14.01.2013, 11:29
Re: About this Jetpack stock - by Neil. - 14.01.2013, 11:35
Re: About this Jetpack stock - by Konstantinos - 14.01.2013, 11:38

Forum Jump:


Users browsing this thread: 1 Guest(s)