SA-MP Forums Archive
jetpack help - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: jetpack help (/showthread.php?tid=85684)



jetpack help - tommy5933 - 08.07.2009

can somebody help me when making the jetpack command since GetPlayerWeapon can't work with it?


if(strcmp(cmdtext, "/jet", true) == 0)
{
SendClientMessage(playerid, COLOR_LIME, "You are Jimmy_Neutron");
}

can somebody find a way to find me out with that?




Re: jetpack help - Chaprnks - 08.07.2009

SetPlayerSpecialAction(playerid, SPECIAL_ACTION_USEJETPACK);


https://sampwiki.blast.hk/wiki/SetPlayerSpecialAction
https://sampwiki.blast.hk/wiki/SpecialActions


Re: jetpack help - tommy5933 - 08.07.2009

THANX