@@ -367,10 +367,6 @@ namespace
367367 {false, "setPlayerStat" , "setPedStat" },
368368 {false, "addPlayerClothes" , "addPedClothes" },
369369 {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" },
374370 {false, "setPlayerFightingStyle" , "setPedFightingStyle" },
375371 {false, "setPlayerGravity" , "setPedGravity" },
376372 {false, "setPlayerChoking" , "setPedChoking" },
@@ -379,6 +375,11 @@ namespace
379375 {false, "attachElementToElement" , "attachElements" },
380376 {false, "detachElementFromElement" , "detachElements" },
381377 {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" },
382383 // XML
383384 {false, "xmlNodeGetSubNodes" , "xmlNodeGetChildren" },
384385 {false, "xmlCreateSubNode" , "xmlCreateChild" },
0 commit comments