Evilman926 Posted February 1, 2008 Share Posted February 1, 2008 I have downloaded Pay'N'Sprays + Fast-Food + Ammunations + JP ^r2pl2 BY mabako on this post viewtopic.php?f=91&t=21627 But i cant figer out how to give money 2 the players Please Help If any 1 can make a scritp to add money or instructions on how 2 add money im verry new at this my server is only 3days old lol Link to comment
mabako Posted February 1, 2008 Share Posted February 1, 2008 an example script to give players money could be: addEventHandler("onPlayerSpawn", getRootElement(), function setPlayerMoney( source, 10000 ) -- gives the player $10,000 on spawn end ) Link to comment
Evilman926 Posted February 1, 2008 Author Share Posted February 1, 2008 Where dose it go??? Where do i add it at? Link to comment
Evilman926 Posted February 2, 2008 Author Share Posted February 2, 2008 Some 1 know how 2 add this to broph.lua i have tryed & tryed still no luck PLEASE REPLAY BACK SOON Link to comment
mabako Posted February 2, 2008 Share Posted February 2, 2008 just add it at the very end of broph.lua Link to comment
Evilman926 Posted February 3, 2008 Author Share Posted February 3, 2008 Humm I tryed 2 load the map i didint evan show heres a like 2 my broph files if any 1 can try 2 fix this problem & still have the money added http://www.megaupload.com/?d=KGC6HYR3 Link to comment
Jumba' Posted February 3, 2008 Share Posted February 3, 2008 Lol fail, you removed three ends try this http://jum.ceege.net/archive/broph.zip Link to comment
Evilman926 Posted February 3, 2008 Author Share Posted February 3, 2008 Tryed it still dont loadmap just give a black screen just about 2 give up on it Link to comment
Evilman926 Posted February 3, 2008 Author Share Posted February 3, 2008 Can This Not Be Working Be Cause My Server Is Linux Link to comment
CJGrove Posted February 6, 2008 Share Posted February 6, 2008 You can beter use give player so a player keeps his last money. addEventHandler("onPlayerSpawn", getRootElement(), function givePlayerMoney( source, 10000 ) -- gives the player $10,000 on spawn end ) Link to comment
Jumba' Posted February 6, 2008 Share Posted February 6, 2008 Can This Not Be Working Be Cause My Server Is Linux Nope, it shouldn't matter. Link to comment
Evilman926 Posted February 9, 2008 Author Share Posted February 9, 2008 Never Mind Some 1 Helped me with a script Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now