jetpack - 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 (
/showthread.php?tid=109087)
jetpack -
makogemata - 17.11.2009
Code:
if(strcmp(cmd, "/jetpack", true) == 0 && PlayerAdminLevel[playerid] == 1337)
GivePlayerWeapon(playerid,21,100);
return 1;
}
But the jetpack doesnt spawn.. where´s the problem!?
Re: jetpack -
Sergei - 17.11.2009
Code:
SetPlayerSpecialAction(playerid,SPECIAL_ACTION_USEJETPACK);