• 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 - [NoN]Toiletduck

#1
Videos and Screenshots / Re: VC-MP 0.4 Beta testing
March 26, 2009, 06:24:36 PM
Video looks promising. 
Any testers have any new on release date?
#2
If you are using WSV, open script editor and look at all replace the GUS paramaters and alises with the WSV ones.  It can't be very difficult.
#3
mIRC/pawn Scripting / Re: Plz help my auto-drown!
March 20, 2009, 09:00:25 PM
The killer.
#4
I can do it in GUS and then you can convert it.

}
  elseif ($2 == !dmarena) {
    if ($vcmp.cmdcheck(!dmarena,%id) == fail) !halt
    else {
      vcmp.msg %id Taking you to the Death Match arena...
      .timer 1 1 vcmp.setlocation %id axis axis axis
    }

#5
Read.
#6
*bump bump*
Many people have asked me some questions regarding scripting.
#7
You want to know how to add them?  Have you created them yet?  If not, there is no need to add them.
#8
Please be more specific.  What commands...
#9
General Discussion / Re: VCMP0.4 When released?
March 07, 2009, 04:04:02 PM
Well I want to stay loyal to VC-MP and ignore VCO but if the bugs and synchronization issues are not fixed in VC-MP 4.0, I will have to start using VCO. 
#10
VC:MP Clans / Re: top ten laggers players in vc-mp
March 01, 2009, 07:04:45 PM
This should not worry anybody.
It is just a meaningless topic.  Offense is not intended I am sure.
#11
;-----------------------------
;------------SPAWN------------
;-----------------------------

alias vcmp.spawn.loc !return $gettok($vcmp.location($1,x),1,46) $+ , $+ $gettok($vcmp.location($1,y),1,46) $+ , $+ $gettok($vcmp.location($1,z),1,46)
}
alias vcmp.before.findskin {

  ;$1 == ID
  ;$2 == NAME

  timer -m 1 1000 vcmp.findskin $1-
}
alias vcmp.findskin {

  ;$1 == ID
  ;$2 == NAME

  if (Biker1 isin $vcmp.area($1)) {
    !writeini -n vcmp.skin.ini SKINS $1 Biker-Boy
    vcmp.msg $1 You spawned as a Biker-Boy.
  }
  elseif (Biker2 isin $vcmp.area($1)) {
    !writeini -n vcmp.skin.ini SKINS $1 Biker-Buddy
    vcmp.msg $1 You spawned as a Biker-Buddy.
  }
  elseif (Biker isin $vcmp.area($1)) {
    !writeini -n vcmp.skin.ini SKINS $1 Biker
    vcmp.msg $1 You spawned as a Biker.
  }
}




That is where the alias goes.



}
on *:SIGNAL:vcmp.spawn:{
  var %name = $1
  var %id = $vcmp.getid($1)

  timer -m 1 500 vcmp.before.findskin %id %name
}
  echo @Server 5 $+ >> $2 spawned $+ 

  if ($vcmp.setting.spawn == On) vcmp.say >> $1 spawned
  if (($vcmp.pass(%id) != $null) && ($vcmp.lin(%id) != 1)) {
    if ($vcmp.ip(%name) == $readini(vcmp.admin.ini,IPS,%name)) {
      vcmp.say $iif($vcmp.level(%id) == 0,Member,$iif($vcmp.level(%id) == 1,Registered Player,Administrator)) %name Auto-Logged In (Admin Level: $vcmp.level(%id) $+ )
      vcmp.msg %id You Auto Logged In - Nick-Name: %name $+ , Admin Level: $vcmp.level(%id) $+ , Status: $iif($vcmp.level(%id) == 0,Member,$iif($vcmp.level(%id) == 1,Registered Player,Administrator))
      vcmp.timer.login %name off
      !writeini -n vcmp.admin.ini LIN %name 1
      !writeini -n vcmp.admin.ini IPS %name $vcmp.ip(%name)
    }
    else {
      vcmp.announce %id PLEASE LOGIN TO THIS NICK-NAME
      vcmp.msg %id You Must Login to this Nick-Name! Type: /c login <password>
      vcmp.sethp %id 0
    }
  }




That is what your "on *:SIGNAL:vcmp.spawn:{" should look like.

I am not sure if this will work, I have not done scripting for ages. 
If I am wrong, please correct me.
#12
GUS 10 and 9.0 use the same aliases and so on because they have the same dll.  Add the cmds as a set amongst the other cmds and put the aliases with the other aliases. 
#13
Script Showroom / Re: Vehicle to Model Converter by Thijn
February 16, 2009, 04:45:16 PM
Wow! Congrats Thijn.
#14
You need a skin identifier and you cannot remove that white text.

It is a VC-MP thing.
#15
mIRC/pawn Scripting / Re: problem about FBVv0.2 Script
February 14, 2009, 07:35:01 AM
Is 191 the right id?
You shouldn't have so many vehicles.