29.05.2010, 09:33
How can I know if a player is in a jetpack or has
done SetPlayerSpecialAction(playerid, 2);
done SetPlayerSpecialAction(playerid, 2);
if(GetPlayerSpecialAction(playerid) == 2) //jetpack { //player has jetpack } else { //player hasnt got jetpack }
Originally Posted by MummyKillerSLO
Simply get the special action for jetpack:
Код:
if(GetPlayerSpecialAction(playerid) == 2) //jetpack { //player has jetpack } else { //player hasnt got jetpack } |
Originally Posted by ViruZZzZ_ChiLLL
Quote:
![]() |
Originally Posted by SAWC™
Hi, how can I remove a jetpack after a player left it anywhere?
Sorry for going off-topic. |
Originally Posted by SAWC™
Hi, how can I remove a jetpack after a player left it anywhere?
Sorry for going off-topic. |