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

#1
Quote from: [DGC]Doomer on August 08, 2010, 04:09:22 PM
Is there a way to delete placed markers in FBS?
i need to because i want to make a !call system in my RP server

What placed markers?
#2
Support / Re: Can't connect to ANY server
August 07, 2010, 05:12:09 PM
Could be your connection.. I know this happened to me and it was my connection. 
Try googling for some support if you found nothing here.
#3
Objects currently not available on VC:MP.
Vehicles - download client version 0.3x as it's the only one that has a working build mode.  Search the forum on how to get build mode working in 0.3x as there is a few topics on the subject.
#4
mIRC/pawn Scripting / Re: Gamemodes - scripts
August 05, 2010, 03:56:52 PM
I'm currently in the process of creating a small RPG script that I'll publicly release. 
#5
mIRC/pawn Scripting / Re: Need help with speedometer.
August 05, 2010, 03:53:14 PM
Check your PM, the one I sent you should work without problems.
#6
That server is more Cops N' Robbers than anything else.  Never found it enjoyable.
#7
Quote from: WizardCM on July 31, 2010, 01:50:20 PM
Tonys, your quick response is greatly appreciated. Thanks! :D

Now I'm gonna have to learn Pawn. :P

Hmm, after I compile the server crashes when I try to start it, even if all I do is recompile the original. Any idea why?

No problem.

If you wanna learn PAWN I suggest taking a look through the publicly released gamemodes and see what you can learn from them or google up PAWN tutorials (probaly better) and start off there.  As NC above said check your server log it might tell you the reason why.
#8
To use build mode download 0.3x it's the only one that works for build mode.
Depending on which server you downloaded the PAWN or mIRC just open up the config file and edit what need to be edited.
#9
mIRC/pawn Scripting / Re: [PAWN]Report
July 29, 2010, 08:34:08 AM
Most of the functions you listed work fine for me.
#10
Force would you mind if I released some kind of small RPG add-on for FBS to help all that can't be fucked doing it themselfs?

Of course it won't be 100% 1337 add-on but it'll be something.
#11
Script Showroom / Re: New VC-MP mIRC Admin
March 22, 2010, 09:53:36 PM
Quote from: Kingston on March 21, 2010, 07:12:45 PM
Can Write How to Worked My Server In mIRC ??

Start vcmp.mrc in mIRC then input your server IP, RCON port and Password in the correct boxes then click connect and it'll connect.  If it doesn't check and make sure your server is actually online and the information your inputed is correct. 
#12
Script Showroom / Re: New VC-MP mIRC Admin
March 14, 2010, 05:40:25 PM
Works for me fine, are you putting the rcon port number in the port box and not the listen port?

This might be your problem.
#13
Script Showroom / Skin System - [FBS Add-On]
March 11, 2010, 08:30:01 PM
It's easy as hell to add in more if you have some common sense.


So firstly you want to add this - at on *:SIGNAL:vcmp.player.spawn:{ -
timer 1 1 FBS.Skins $1 $2

Once you have done this just paste in this alias -
alias FBS.Skins {
 if (Cop Skin isin $FBS.Buildings($1, $2)) {
   vcmp.msg $1 $2 You are now a Cop.
   hadd -m vcmp.skins $vcmp.name($1, $2) Cop
 }
}


So of course you will need the coordinates for the FBS.Buildings.ini file so here they are -
393.1723,-474.4701,396.0532,-476.448,393.5086,-479.812,390.7947,-477.5717=Cop Skin

Finally here is the !skin command -
 elseif ($3 == skin) {
   if (!$4) {
     vcmp.say $1 ** $vcmp.name($1, $2) is currently using the $hget(vcmp.skins,$vcmp.name($1, $2)) skin.
   }
   elseif ($4) {
     if ($vcmp.name($1, $FBS.ID($4)) == Unknown) vcmp.msg $1 $2 Invalid Nick-Name
     else {
       vcmp.say $1 ** $vcmp.name($1, $FBS.ID($4)) is currently using the $hget(vcmp.skins,$vcmp.name($1, $FBS.ID($4))) skin.
     }
   }
 }


If you want to see how to use the Skin system to greater use like maybe in a Cops & Robbers thing I might post that.

#14
Quote from: MISHA123152 on March 11, 2010, 05:32:50 PM
you can make the assembly FBS v0.2 c buy houses? no bugs ... please and give me link))

I posted a fix for it, although there is still one problem everytime the script is disconnected then connected the properties move up by 1 ID. Though if your only adding the FBS script and aren't making any changes to it then it will work perfectly.  Just replace the Property stuff in the script with the stuff I posted above.
#15
Support / Constantly Timing Out
February 25, 2010, 03:53:51 PM
I've had this problem for a while now and to be honest I think it's cause am using a Wireless connection but I can play VC:MP fine on the laptop.  I can join a server then a few mins later i'll time out for some reason.. I just want to know if anyone had a similar problem and can help me fix mine.