• 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

Topics - Skirmant

#1
General Discussion / Vice Anarchy RPG
December 25, 2010, 12:49:21 PM

A somewhat new RPG server has came out! Vice Anarcy RPG is a multi-functional server that is fun and fast. There are many awesome commands & features to make game play more enjoyable and well realistic (duh..). Since I'm not too sure whether the server should be discontinued or stay alive I invite you to try it out and post a reply with your opinion about it. If everything goes well and people like it, I'm planning on keeping it hosted. Oh and keep in mind that all commands use the /c syntax for cleaner chat windows.

Just find it on the server list or connect to this IP 178.162.190.20:5292 (Add to favorites)

*The main owners of the server are Skirmant and Luk1w.
*There is an IRC channel for the server (irc.gtanet.com) #ViceAnarchyRPG
*The website is www.GamingSurvivor.co.cc
*The server has high speed, 24/7 host.


Cheers ;)

#2
General Discussion / Symbols?
December 19, 2010, 09:58:23 AM
When I look in vcmpfnt.tga I see all kinds of bad ass symbols that you can't easily achieve via your keyboard. Like... € ® ™ ² £ Š and so on. But unfortunately they don't seem to be recognized by the server. Will they be included anytime soon?
#3
Hunting-Arena Server / Spam sucks
September 12, 2010, 08:23:51 PM
Seriously... There should be a pinned  "BANNED? CLICK HERE!" topic that contained the link to the forum. Because it seems that some people have a hard time finding where to post the unban appeal within this section and they some times even post them in different parts of the forum such as "General Discussion".
#4
Support / Need Help (SOLVED)
August 27, 2010, 10:27:57 AM
So I unlocked my ports. 5192 UDP and 5315 Both. People can see my server in favorites, can enter it, but it won't appear on the server list.
Any ideas why?
#5
General Discussion / Just wondering...
August 23, 2010, 06:20:49 PM
Just wondering if anybody would be willing of hosting an RPG server for a month or two for ($0.00 - $3.00).
The server would contain a mirc application (scripts) and a mirc server.

Okay, so maybe this is not the best offer, but I have reason to think that the server would be pretty popular (in VCMP standarts). 
The script is rather awesome, so it would be wrong to leave it a waste. So... Anyone interested?
#6
mIRC/pawn Scripting / Strange dll.dll bug
February 07, 2010, 11:05:26 AM
Hi. I was trying all of the possibilities of the newest dll. It worked fine at first but after a while i started getting this error message.

* /dll: unable to open 'C:\GTA Vice City\Vice City Multiplayer\Temp\rcondll.dll' (line 184, script.ini)

The line is alias vcmp.connect dll rcondll.dll RconConnect $1-

*The dll.dll was renamed to rcondll.dll
*The dll was replaced many times to make sure its not corrupted
*The script was replaced many times to make sure its not corrupted


It seems that the dll doesn't work anymore. I think this may be a windows or some kind of a bizarre mirc problem, but who knows. Any ideas?
#7
General Discussion / Bandwidth
January 23, 2010, 04:17:36 PM
Anyone know how much bandwidth server and mirc uses a month?
#8
mIRC/pawn Scripting / Approximation
January 20, 2010, 05:41:21 PM
How do you approximate on mirc?

Lets say we have a number 4.6 after approximation it would be 5.
If we have a number 4.2 after approximation it would be 4.

Any ideas how to do this?
#9
General Discussion / /me has annoying color
January 15, 2010, 09:14:34 PM
I think the black color in /me is really annoying. *** Skirmant eats cake
So is there a way to change the color with scripts or config.ini?
#10
Script Showroom / Basic RPG System & Commands
January 06, 2010, 05:04:31 PM
Since R2 came out I decided to show some scripting begginers how to make basic and somewhat popular RPG commands.
The scripts is GUS based, but I'm sure its not hard to reconvert it to any other.

Add this simple script in the spawn signal.

elseif (Police Depot (Washington-Beach) isin $vcmp.area($1)) {
!writeini -n vcmp.skin.ini SKINS $1 Cop
vcmp.msg $1 You spawned as a Cop.
vcmp.setarmour $1 100
}
else {
!writeini -n vcmp.skin.ini SKINS $1 Citizen
vcmp.msg $1 You spawned as a Citizen.
}


(The location depends where your cop skin spawns at)

 elseif (!sus iswm $2) {
   if ($vcmp.cmdcheck(!copcmd,%id) == fail) !halt
   elseif ($readini(vcmp.skin.ini,SKINS,%b) == Citizen) vcmp.msg %id You need to be the law to suspect!
   elseif (!$4-) vcmp.msg %id $2 <name> <reason>
   elseif (%a == -1) vcmp.msg %id No such player online!
   elseif (%a == $vcmp.getid(%name)) vcmp.msg %id You can't suspect yourself.
   elseif ($readini(vcmp.skin.ini,SKINS,%a) != Citizen) vcmp.msg %id You can't suspect a cop!
   elseif ($readini(vcmp.wanted.ini,WANTED,$vcmp.name(%a)) == yes) vcmp.msg %id This player is already wanted!
   else {
     vcmp.say $vcmp.name(%b) suspected $vcmp.name(%a) for $4-
     !writeini -n vcmp.wanted.ini WANTED $vcmp.name(%a) yes
   }
 }


 elseif (!wanted iswm $2) {
   if ($vcmp.cmdcheck(!copcmd,%id) == fail) !halt
   else {
     var %aa = 0,%bb,%cc,%dd
     while (%aa <= 50) {
       if ($readini(vcmp.wanted.ini,WANTED,$vcmp.name(%aa)) == yes) {
         if (!%bb) %bb = $vcmp.name(%aa) $+
         elseif ($numtok(%bb,32) <= 7) %bb = %bb  $vcmp.name(%aa)
         elseif (!%cc) %cc = $vcmp.name(%aa) $+
         elseif ($numtok(%cc,32) <= 7) %cc = %cc  $vcmp.name(%aa)
         elseif (!%dd) %dd = $vcmp.name(%aa) $+
         elseif ($numtok(%dd,32) <= 7) %dd = %dd  $vcmp.name(%aa)
       }
       !inc %aa
     }
     if (%bb) {
       vcmp.say Wanted players: %bb
       if (%cc) vcmp.say %cc
       if (%dd) vcmp.say %dd
     }
     else vcmp.say Wanted players: none
   }
 }


Replace the content of the kill signal with this final script.

 if ($vcmp.name(%killer) == Unknown) !remini vcmp.wanted.ini WANTED $vcmp.name(%victim)
 elseif (($vcmp.name(%victim) != Unknown) && ($vcmp.name(%killer) != Unknown)) {
   if ($readini(vcmp.skin.ini,SKINS,%killer) != Citizen) {
     if ($readini(vcmp.wanted.ini,WANTED,$vcmp.name(%victim)) == yes) {
       vcmp.msg %killer You killed a suspect and got $ $+ 500 as a reward!
       vcmp.cash+ %killer 500    
       !remini vcmp.wanted.ini WANTED $vcmp.name(%victim)
     }
     else vcmp.warn %killer Autowarn Killing an Innocent Civilian
   }
   else {
     !writeini -n vcmp.wanted.ini WANTED $vcmp.name(%killer) yes
     !remini vcmp.wanted.ini WANTED $vcmp.name(%victim)
   }
 }
}


Looks like were done here. Happy role playing  :)
#11
After the update that happened today I can't connect scripts to any server. I tried EVERY script I know WSV, GUS and the VC-MP mIRC Admin. It doesn't connect o_o
And yes I updated the dll's. It worked fine yesterday, but today it doesn't. It just says "connecting". Anyone got any ideas how to solve this?
#12
Script Showroom / /c rob command
August 09, 2009, 03:42:30 PM
Hello, Since this command was abused in my server i decided to remove it.
Anyways, here you go.

Command:

if ($2 == rob) {
   if (Police Station (Washington-Beach) isin $vcmp.area(%b)) vcmp.msg %id It wouldn't be smart to rob in this area!
   elseif (!$3) vcmp.msg %id /c rob <name>
   elseif (%a == -1) vcmp.msg %id No such player online!
   elseif ($vcmp.distance(%id,%a) > 5) vcmp.msg %id You need to be atleast 5 meters near the person to rob him.
   elseif ($vcmp.vehicle(%a,id) != 0) vcmp.msg %id You can't rob a driver.
   elseif ($vcmp.cash(%a) < 50) vcmp.msg %id That guy is broke! Don't bother robbing him...
   else {
     vcmp.msg %id Robbing $vcmp.name(%a) $+ , please wait...
     vcmp.msg %a $vcmp.name(%b) is robbing you! Get away now!
     vcmp.announce %a $chr(2) $chr(2) $chr(2) $chr(2) $chr(2) ~w~ *THIEF ALERT *
     .timer 1 10 vcmp.rob %a %b
}
}



Alias:

alias vcmp.rob {
 if ($vcmp.distance($1,$2) > 5) {
   vcmp.msg $2 You failed to rob $vcmp.name($1)
   vcmp.msg $1 You succesfuly avaded from getting robbed!
 }
 elseif ($vcmp.cash($1) < 50) {
   vcmp.msg $2 You failed to rob $vcmp.name($1)
   vcmp.msg $1 You succesfuly avaded from getting robbed!
 }
 else {
   set %c $rand(1,50)
   vcmp.cash- $1 %c
   vcmp.cash+ $2 %c
   vcmp.msg $2 You succsesfuly robbed $vcmp.name($1) and got $ $+ %c $+ !
   vcmp.msg $1 Sorry man, but you just got robbed!
}
}