matthiasvegh Posted May 25, 2007 Share Posted May 25, 2007 ok, ive been thinking of a script now. if ur in ammunation, u can: !colt, !shotgun.. etc.. but i want iit to detuct money for it. however, i checked the scripts, and theres no such alias. only vcmp.getmoney. anyone knows the setmoney' alias?? Link to comment Share on other sites More sharing options...
Vercetti Gangsta Posted May 25, 2007 Share Posted May 25, 2007 I doubt there's one. Link to comment Share on other sites More sharing options...
adamale Posted May 26, 2007 Share Posted May 26, 2007 (edited) I think it works like this: elseif (!shotgu* iswm $2) || (!pmshotgu* iswm $2) { if (%a == -1) vcmp.say Error - You are an Unknown player. elseif (vcmp.money(%a) < 1000) vcmp.say You need more money, dude. elseif (vcmp.area(%a) != ammu) vcmp.say You need to be at Ammunation to use this command! else { vcmp.say $vcmp.name(%a) $+ , you bought a shotgun with 100 bullets. Have a nice day. vcmp.setweapon %a 19 100 vcmp.money %a -1000} Edited May 27, 2007 by adamale Link to comment Share on other sites More sharing options...
matthiasvegh Posted May 27, 2007 Author Share Posted May 27, 2007 trouble is, vcmp.money hasnt been specified. its a variable that has no content. i want this content. 4 example. a stats engine. alias vcmp.total.kills=readini vcmp.stats.ini totkills alias vcmp.totaldeaths=readini vcmp.stats.ini totdeaths and then when building the stats engine, u just vcmp.say vcmp.total.kills , vcmp.total.deaths, ratio: calc (vcmp.totalkills ÷ vcmp.totaldeaths) instead of the long form. ps this has errors in syntax Link to comment Share on other sites More sharing options...
adamale Posted May 31, 2007 Share Posted May 31, 2007 It has been specified in original GUS. alias vcmp.money dll rcondll.dll RconCommand GetMoney $1- Don't remember what line it is. Link to comment Share on other sites More sharing options...
[XE]Tommis Posted June 10, 2007 Share Posted June 10, 2007 Hello, Back when i started making the scripts, i did want to use the client money system but there were several problems i did discover. First of all, i have many problems retreiving the money that people currently had. Second of all, from what i can remember, correct me if i am wrong, you could add money, but not subtract it. I havent looked that that area for a very long time so i cannot be 100% sure. But ye, take a look in my GUS Scripts, and i probably have reminants in there that might help you. Cya, Tommis Link to comment Share on other sites More sharing options...
matthiasvegh Posted June 20, 2007 Author Share Posted June 20, 2007 (edited) Problem Solved: use gus v.7.0 the alias's are in there Edited June 25, 2007 by matthiasvegh Link to comment Share on other sites More sharing options...
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