Creare Videogiochi - Game Developer
Script Fpsc Invisible (fpsc reloaded) - Versione stampabile

+- Creare Videogiochi - Game Developer (https://www.making-videogames.net/giochi)
+-- Forum: Fps Creator e GameGuru Italia (https://www.making-videogames.net/giochi/Forum-Fps-Creator-e-GameGuru-Italia)
+--- Forum: Script fpi e lua FPSC GameGuru (https://www.making-videogames.net/giochi/Forum-Script-fpi-e-lua-FPSC-GameGuru)
+--- Discussione: Script Fpsc Invisible (fpsc reloaded) (/thread-Script-Fpsc-Invisible-fpsc-reloaded)



Script Fpsc Invisible (fpsc reloaded) - Ferdi905 - 27-12-2014

Ciao Raga Ho Trovato Un Bellissimo Script Di Fpsc Per Essere Invisibile,
Dicono Che e Compatibile per La X10 e Reload Per Chi Avesse La FPSC x9 Provate a vedere se Funge Big Grin!!!

Ecco A Voi iL Video + Script Sotto



Script Download: http://www.mediafire.com/view/1ii8aozeg6km43j/jetpack.lua

Script Copy:
-- SCRIPT: Invisible Jetpack Drug!
-- INFO: If the player picks up this item, they can use the jetpack
-- CREDITS: Steve Aura <> http://mecode.vysilhq.com
-- DONATE PAYPAL (any amount): http://tinyurl.com/VysilHq-Paypal-Donation
-- Copyrights: "Feel free to use it in your game!"

function jetpack_init(e)
end

function jetpack_main(e)
PlayerDist = GetPlayerDistance(e)
if PlayerDist < 150 then
Prompt ("Press 'E' to use Invisible Jetpack Drug ")

if g_KeyPressE == 1 then
PromptDuration("Injected Invisible Jetpack Drug!",3000)

SendMessageI("addplayerjetpack",e,500);
PlaySound(e,0)
Destroy(e)

end


end
end


RE: Script Fpsc Invisible - friskon - 27-12-2014

Grazie, comunque รจ solo per fpsc reloaded...


RE: Script Fpsc Invisible (fpsc reloaded) - Tax78 - 29-12-2014

Questo script va benissimo per arene multiplayer, per fare hackeraggio, volare e sparare a tutti dall'alto. Tongue

Tax