• 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 - bakasan

#1
Videos and Screenshots / Re: Miami-Dade Racing preview
November 03, 2008, 06:32:09 PM
this looks great!  8) nice work guys
#2
Support / Re: Linux server help
October 26, 2008, 02:28:07 AM
try opening the config file in a linux text editor like vim or nano

change something small (maybe just add a return at the end) then save the file and try to launch the server again

sometimes a windows formatted config.ini file will prevent the linux server from running

also be sure that you have file premissions set correctly

hope that helps
#4
Script Showroom / Re: WSV v0.3 by Windlord and VRocker
August 23, 2008, 03:48:48 AM
hehe nice work again! ._.


!pin
#5
LC:MP / Re: LC:MP 0.3z Released!
August 19, 2008, 03:24:36 AM
btw: the LC:MP browser wasn't updated, use the new one http://vicecitymultiplayer.com/downloads/03/0.3z_updated-Browser.zip if you cant see servers with the LC:MP browser anymore.
#6
i assume you are using the new browser since u are using the new announce.

no ip's are banned currently - hopefully you resolve this...

please post back here with an update

btw the list will be slower for a short time during the transition, so you may have to wait longer than normal to see your server at the bottom of the list
#7
Due to an unfortunate situation beyond our control, the VC:MP Masterlist must be moved from its current server.  This means that in order to continue seeing VC:MP Servers on the Internet tab of your Server Browser, you must download the updated Server Browser below.  Server Admins will need to get the updated Announce files for their servers to be shown on the Internet tab of the new browser.  The final transition will take place by August 14th.  From now until then both browsers and announces will operate independently - servers with old announce will show only on the old browser while servers with the new announce will show only on the new browser.  This is less than ideal, but we were left with no choice but to post this update.  

THIS IS A REQUIRED UPDATE!
The current VC:MP Browser and Announce files will stop working by next weekend!
You MUST at least update your Server Browser or else you will not have servers on you internet tab.



Download this:

This contains the new 0.3z Server Browser and both Announce files (linux and windows) all in one zip file:
http://vicecitymultiplayer.com/downloads/03/0.3z_update.zip

or:

Here is just the Updated Server Browser:
http://www.vicecitymultiplayer.com/downloads/03/vc-mp0.3z_browser.zip

Here is just the Updated Announce file for linux:
http://vicecitymultiplayer.com/downloads/03/0.3z_updated-Announce-Linux.zip

Here is just the Updated Announce file for windows:
http://vicecitymultiplayer.com/downloads/03/0.3z_updated-Announce-Windows.zip


The main downloads for 0.3z Client and both 0.3z Server packages now contain the updated files so you can just re-download the files and reinstall if you prefer.  This also means that new players will already be on the new browser and announce files, so you may as well make the switch now as well.


On the positive side, the Server Browser has been Updated with a few changes/improvements.  For instance: with the new browser, if you already have a browser running and you try to launch another one, it just brings the instance that is already open to the front rather than showing the "You can only have one instance of the browser running" message.  There are some other changes, but you can see them when you try it.  

This situation came up rather suddenly, leaving us to scramble a bit. We hope to make the transition as smooth as possible.

This affects all VC:MP 0.3z players and servers.

Please spread the word so that some people are not left wondering why there are no more servers on their browser.  


Thanks alot!  

We continue toward 0.4....  ;D
#8
GUS rocks!  a big inspiration to all scripters, including me ;D

keep up the great work Tommis! ._.
#9
Script Showroom / Re: sansan v3 released!
August 06, 2008, 04:22:58 AM
wow thanks for the kind words!  im glad some people appreciate it, just trying to contribute something back to the great scripting community we have here ._.
keep the great scripts coming everyone! :D
#10
what a shame..  hopefully people learn from this and it doesnt happen again.  that was alot of posts to have to delete.... what a waste...
#11
nuff said.  i suppose we could lock this topic now.
#12
plx post with links to all the stolen scripts - someone will delete them later

people... please don't steal other people's hard work and say its yours... these scripts are often the product of a few people's works, but at least give credit where credit is due.
#13
mIRC/pawn Scripting / Re: Help in kick error
July 27, 2008, 02:43:11 AM
it could be the brackets

maybe try using bra (wraps in brackets) because brackets can also be used for evaluation in mirc

;--- misc aliases
alias par !return $chr(40) $+ $1 $+ $chr(41)
alias bra !return $chr(91) $+ $1 $+ $chr(93)


that is... if i even understand the problem correctly..
#14
mIRC/pawn Scripting / Re: Buycar Scriptin Sasan
July 27, 2008, 02:20:24 AM
anyone that finds this kind of endless flaming entertaining?

btw what was this topic about?  oh, yea a buycar script.  i cba to remove all the posts that deserve it, i just hope its over now.  any more posts in this thread should be about the buycar script plx ._.
#15
mIRC/pawn Scripting / Re: Umm Sansan hgetwep?
July 27, 2008, 12:26:52 AM
get the weapon id from the weapon a player is currently holding

so var %wep = $vcmp.hgetwep(1)

would put the weapon id of the weapon player id 1 is holding

used for the save weapon feature in rpgdm and various other things ._.