27-12-2014, 06:20 PM
(Questo messaggio è stato modificato l'ultima volta il: 27-12-2014, 09:13 PM da friskon.)
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 !!!
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
Dicono Che e Compatibile per La X10 e Reload Per Chi Avesse La FPSC x9 Provate a vedere se Funge !!!
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