• Welcome to Vice City Multiplayer.
 
Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - K.I.S.S

#16
mIRC/pawn Scripting / Re: Buycar Scriptin Sasan
July 24, 2008, 09:36:10 PM
ok, your continuation of juvenile behaviour has prompted me to remove my postings of code, sorry to all that found it helpful.

you are making this forum look tatty / unprofessional.
#17
mIRC/pawn Scripting / Re: Buycar Scriptin Sasan
July 22, 2008, 10:49:43 PM
good work friend.
#18
A little reference for  you

http://skrypting.com/mIRC/initialization_file.php

If you are just setting the value to 0, i would use /remini

syntax -


/remini <inifile> <section> [item]



working example -


/remini vcmp.warns.ini WARNS $vcmp.hgetname($1)

#19
yes, your right, i didnt read it properly, sorry

link works for me


http://www.megafileupload.com/en/file/69539/Vehicle-ID-To-Model-convertor-zip.html
#20
mIRC/pawn Scripting / Re: !time
July 21, 2008, 09:15:51 PM
Based on Bakasan's version,

time's referenced from http://www.timeanddate.com
I took the capital for each location

EU, Spain - Madrid, GMT + 1 Hour
Chile - Santiago, GMT -4 hours
USA, washington Dc, GMT -5 hours


alias vcmp.time {
   vcmp.adminchat Global Time: GMT: $+($chr(91),$asctime($calc($gmt + 0),HH:nn),$chr(93)) - EU: $+($chr(91),$asctime($calc($gmt + 3600),HH:nn),$chr(93)) - Chile: $+($chr(91),$asctime($calc($gmt - 18000),HH:nn),$chr(93)) - US: $+($chr(91),$asctime($calc($gmt - 21600),HH:nn),$chr(93))
}



elseif ($1 == !time) $vcmp.time


not tested!!!
#21
The recommended maximum number of vehicles for stability is 180

and you can convert the config's car id's to the name too

Try Moe's Vehicle ID To Model converter

http://forum.vicecitymultiplayer.com/index.php?topic=447.0