Help me with this - 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: Help me with this (
/showthread.php?tid=197139)
Help me with this -
ThePlague1988 - 08.12.2010
How do I spawn a jetpack on your person in a command like /jetpack. It would be on your back.
Re: Help me with this - [L3th4l] - 08.12.2010
pawn Код:
yourcommandblablablaballabnlablabalba
{
return SetPlayerSpecialAction(playerid, SPECIAL_ACTION_USEJETPACK);
}