@@ -367,10 +367,6 @@ namespace
367
367
{false, "setPlayerStat" , "setPedStat" },
368
368
{false, "addPlayerClothes" , "addPedClothes" },
369
369
{false, "removePlayerClothes" , "removePedClothes" },
370
- {true, "givePlayerJetPack" , "Please manually update this. Refer to the wiki for details" },
371
- {true, "removePlayerJetPack" , "Please manually update this. Refer to the wiki for details" },
372
- {true, "givePedJetPack" , "Please manually update this. Refer to the wiki for details" },
373
- {true, "removePedJetPack" , "Please manually update this. Refer to the wiki for details" },
374
370
{false, "setPlayerFightingStyle" , "setPedFightingStyle" },
375
371
{false, "setPlayerGravity" , "setPedGravity" },
376
372
{false, "setPlayerChoking" , "setPedChoking" },
@@ -379,6 +375,11 @@ namespace
379
375
{false, "attachElementToElement" , "attachElements" },
380
376
{false, "detachElementFromElement" , "detachElements" },
381
377
{false, "showPlayerHudComponent" , "setPlayerHudComponentVisible" },
378
+ // Server ped jetpack
379
+ {true, "givePlayerJetPack" , "Please manually update this. Refer to the wiki for details" },
380
+ {true, "removePlayerJetPack" , "Please manually update this. Refer to the wiki for details" },
381
+ {true, "givePedJetPack" , "Please manually update this. Refer to the wiki for details" },
382
+ {true, "removePedJetPack" , "Please manually update this. Refer to the wiki for details" },
382
383
// XML
383
384
{false, "xmlNodeGetSubNodes" , "xmlNodeGetChildren" },
384
385
{false, "xmlCreateSubNode" , "xmlCreateChild" },
0 commit comments