Creare Videogiochi - Game Developer

Versione completa: Script Fpsc Invisible (fpsc reloaded)
Al momento stai visualizzando i contenuti in una versione ridotta. Visualizza la versione completa e formattata.
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/1ii8aozeg6...etpack.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
Grazie, comunque รจ solo per fpsc reloaded...
Questo script va benissimo per arene multiplayer, per fare hackeraggio, volare e sparare a tutti dall'alto. Tongue

Tax