Announcement

If you are having trouble logging in, please reset your password.
If you are not getting an activation email, please check your spam or
use the "Contact Us" to contact an admin.
November 20, 2011, 03:45:59 PM Last Edit: January 01, 1970, 12:00:00 AM by Guest
Scripts weather :


 




game.gfx:SetWeatherTemplate("DTFreeRideDayRain") ---rain during the day




game.gfx:SetWeatherTemplate("DTFreeRideMorning") ---morning after the rain




game.hud:TimerStop() ---disable the timer and remove from the screen




game.gfx:SetWeatherTemplate("DTFreerideNight") ---night


 


 



<hr class="bbcode_rule" />





script for money :


 




game.game:GetActivePlayer():InventoryAddMoney(1000 0) ---money ($ 1 thousand)


 



<hr class="bbcode_rule" />





script of immortality


 




game.game:GetActivePlayer():SetDemigod(true) ---immortality


 


 



<hr class="bbcode_rule" />





Police scripts :


 




ai.police:SetDensity(0) game.traffic:SetPolice(false) ---police on you does not respond


 


 



<hr class="bbcode_rule" />





Teleport Script :


 




game.game:GetActivePlayer():SetPos(Math:newVector(-1500, 0, 0)) ---Teleport - two brackets at the end is not a bug - and -1500, 0, 0 is the position of the last example is the height of toe 10 will put 10 meters in height, etc.


 


 



<hr class="bbcode_rule" />





Scripts music :


 




game.game :P layMusic("m05_Distilery_Secondfloor", true, 1, 1, 1) ---music of the mission


 


 



<hr class="bbcode_rule" />





Joe script :


 


 




Spawn Joe next to you with a weapon. Go for it you will not but if you were attacked he




would defend




Joe = game.entitywrapper:GetEntityByName("Joe")




Vito = game.game:GetActivePlayer()




Joe:SetPos(Vito:GetPos())




Joe:InventoryAddWeapon(11, 250)




Joe:InventorySelect(21, false)




Enter on each line of the queue - unzip the game and Joe will be with you


 



<hr class="bbcode_rule" />

#1 December 02, 2011, 01:48:23 PM Last Edit: January 01, 1970, 12:00:00 AM by Guest
How did you find it?  




And could you give me more?  <img src="/wp-content/uploads/invision_emoticons/smile.png" alt="" data-emoticon="" srcset="/wp-content/uploads/invision_emoticons/smile@2x.png 2x" width="20" height="20">

#2 December 02, 2011, 01:53:55 PM Last Edit: January 01, 1970, 12:00:00 AM by Guest

#3 December 03, 2011, 05:03:57 AM Last Edit: January 01, 1970, 12:00:00 AM by Guest
Thanks,and what tools are you using? I'm using Injector7 for it.




I want a better tool.

#4 December 03, 2011, 11:40:46 AM Last Edit: January 01, 1970, 12:00:00 AM by Guest
i just post them to help i don't even know how to use them

#5 December 06, 2011, 02:14:36 PM Last Edit: January 01, 1970, 12:00:00 AM by Guest
Look here




http]