Niels Posted January 3, 2005 Share Posted January 3, 2005 !writeini -n "gun.ini" $mta.name($1,$3) $mta.weapon($1,$3) $calc($readini(gun.ini,$mta.name($1,$3),$mta.weapon($1,$3))+1) Can somone fix that to count the kills for a gun? Link to comment
Oli Posted January 3, 2005 Share Posted January 3, 2005 nivko... dont u take the hint that no one here wants to help you... esp when u start emailing ppl stupid vb progs to spam the crap outta their computers with msgboxes. Please do everyone a favour and learn some manners, learn some scripting and stop being a class A hole. Is that too complex for u btw cos if so i can boil it down later if need be. Link to comment
Niels Posted January 3, 2005 Share Posted January 3, 2005 Als you help my i understand that Link to comment
XcR Posted January 3, 2005 Share Posted January 3, 2005 nivko... dont u take the hint that no one here wants to help you... Als you help my i understand that Link to comment
chaozz Posted January 3, 2005 Share Posted January 3, 2005 mta freak is dutch, like me. i think what he means is: if you don't wanne help, i understand. but i could be wrong, wouldn't be the first time. Link to comment
Niels Posted January 3, 2005 Share Posted January 3, 2005 (Ja, dat klopt mij engels is niet zo goed ) Link to comment
Mike Posted January 3, 2005 Share Posted January 3, 2005 lol @ level 6... it will soon be no more /me slaps Oli My poor level... I'm sure i can just edit the ini files...... Link to comment
Niels Posted January 3, 2005 Share Posted January 3, 2005 on *:SIGNAL:mta.event: { if $readini(weather.ini,main,time) { if ($2 == Time && $mta.time($1) < 10:00 ) && $mta.time($1) > 6:00 ) { mta.say $1 Time locked to day time mta.settime $1 10:00 } } Why is this don't work ?? Link to comment
Harry Posted January 3, 2005 Share Posted January 3, 2005 (edited) Use a decent editor, parentheses error! For you in dutch: Je haakjes kloppen voor geen meter... leer tellen.. evenveel ( als ) ... Use: if (($2 == Time) && ($mta.time($1) < 10:00) && ($mta.time($1) > 6:00) ) { The rest of the code depends on your own structure, can't say anything about it (except something stupid... but there is allready someone calling stupid things inhere) Edited January 3, 2005 by Guest Link to comment
Niels Posted January 3, 2005 Share Posted January 3, 2005 ThnX Harry! In Dutch, i can not good write english: Harry hij doet het maar ik bedoel dat hij tussen 10 uur en 18 uur de tijd niet verandert dus 10 smorgens en 10 savonds en als het bijvoorbeeld 18:01 is dat hij weer terug zet naar 10:00 dus aleen dag tijd. Link to comment
MAD_BOY Posted January 3, 2005 Share Posted January 3, 2005 harry: stop helping him oli: oh please, don't remove level 6, we could create some nice little lvl 6 only stuff for it Link to comment
Mike Posted January 3, 2005 Share Posted January 3, 2005 But MB, that would be pointless as any level 5 can put themselves up to it Link to comment
Jani Posted January 5, 2005 Share Posted January 5, 2005 But MB, that would be pointless as any level 5 can put themselves up to it pwned, gg no re Link to comment
Niels Posted January 6, 2005 Share Posted January 6, 2005 Can somone please tell my how make i a !kills script (Weapon kill counter) Link to comment
Mike Posted January 6, 2005 Share Posted January 6, 2005 read the help file, read the scripting.html file and goto http://www.ebay.com and buy some common sense... Link to comment
MeanpantheR Posted January 6, 2005 Share Posted January 6, 2005 i think mtafreak needs his own part of the forum so wen (if) people think about helping him they can i dont see the point of him trying to make his own script since he still hasnt learnt anything, JUST USE MTA:mA:GRS! (olis script!) lol Link to comment
Niels Posted January 6, 2005 Share Posted January 6, 2005 (edited) Lol, no thanks i hate GRS, but i have the answer from somone else Edit: i don't hate grs. I don't LIKE grs Edited January 7, 2005 by Guest Link to comment
XcR Posted January 6, 2005 Share Posted January 6, 2005 /me wonders how long it will be until he asks more stupid questions Link to comment
Gareth Posted January 7, 2005 Share Posted January 7, 2005 Lol, no thanks i hate GRS, but i have the answer from somone else theres not much u can hate about GRS, its a very good script, but i prefer making my own masterpieces with them and making my own. Link to comment
Oli Posted January 7, 2005 Share Posted January 7, 2005 heh well GRS is just there for ppl who just want a script that works on their server.. which can be customised... of course ppl can use their own scripts if they want Only prob is that nivko(mtafreak, neils, etc...) cant script, so hes shooting himself in the foot by saying "i hate grs" Link to comment
Jani Posted January 8, 2005 Share Posted January 8, 2005 hmm, i found the DB script on aerons site. however it only works for DM mode, and i would like to play it on STUNT. can someone make it compatible for stunt? Link to comment
Gareth Posted January 10, 2005 Share Posted January 10, 2005 Jani from my reading of the script I think it only involves deleting if ($mta.mode($1) == Stunt) { mta.log $1 * DB: Not possible in stunt mode! } else { from the script as that is the place where it disables stunt. BTW fellow scripters if I am wrong please correct me Link to comment
Mike Posted January 10, 2005 Share Posted January 10, 2005 it would also need an extra "}" at the end of that part of the script deleting Link to comment
Recommended Posts