• 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 - [DGC]Doomer

#61
what is the commands to create money ?
also what is the command to execute a script when its picked up?
because when i died (in previous script nothing happens x.x)
#62
In my server , the pickups (what i added!) won't show up, what did i wrong?
Also when i add Skins the skin selector stucks at some skins , again what did i wrong?

------------------
sry for spelling i am german
#63
dont have it anymore (i deleted it :-X)
#64
mine script wont load up x.x
#65
errm... ? script?  :-\
#66
alsways when i tried to add cars in /build mode i could't drive them to the correct position. And when i add Skins like Tommy vercetti (ID: 000) ths skin will be not shown. and the pickups are also correctly installed but they will also not shown in the server x.x
#67
How to make dead players drop money (with the money model!)?
#68
mIRC/pawn Scripting / Re: NEED HELP IN FBS!!!
March 21, 2009, 08:57:49 AM
uhh no not really ...
#69
mIRC/pawn Scripting / Re: NEED HELP IN FBS!!!
March 20, 2009, 08:39:15 PM
Yayz it works  ;D Thx a lot
*thumb up for [AoD]NC* (even if you havent posted that help there ^^
#70
Quote from: [SDT]F_T_F0RC3 on October 26, 2008, 07:54:28 PM
Thanks for solving those bugs, there weird one's because they work for me and I am just using an updated version of the script.

As for the propspawn, I missed out the actual part that handles it.

On the "Spawn" signal, add the following:


  if ($FBS.SpawnSetting($2) == on) {
    var %prop = $readini(FBS.PropSpawn.ini,SPAWN,$vcmp.name($1, $2))
    var %loc = $readini(FBS.PropSpawn.ini,LOCATION,%prop)
    vcmp.msg $1 $2 Taking you to your property
    vcmp.setlocation $1 $2 %loc
    vcmp.say $1 >> $vcmp.name($1, $2) spawned
  }


at which line i have to add this?
#71
mIRC/pawn Scripting / Re: NEED HELP IN FBS!!!
March 20, 2009, 12:57:28 PM
use !hunt to start manhunt
and the command /server in mirc reconnects i know
but the props are still unknown are owned by vice city and cost 100$ and the Id is 40 - 43 . but the props have id's 1 - 4
#72
mIRC/pawn Scripting / Re: NEED HELP IN FBS!!!
March 20, 2009, 12:26:13 PM
if i understood correctly then you asked me if the buycar script works?
my buycar script works correctly but not that !addprop command works correctly
#73
mIRC/pawn Scripting / NEED HELP IN FBS!!!
March 20, 2009, 10:13:09 AM
Yesterday when i tried to test my server via lan (no internet!) the FBS couldn't connect to the GTAnet server. Is there a way to use FBS without Internet ?

should i make an irc server on my computer?

EDIT: nevermind  i have done it ;-)

but got an second problem when i use the command !addprop then comes the house pickup , when i go over it , it says that the prop is unknown and costs 100$ how i can fix that pernamently?
#74
mIRC/pawn Scripting / Re: Scripts needed!!!
March 19, 2009, 09:06:18 AM
yeah thats great but these are still needed :-/

!crime (to post that you are an criminal)
!suspect (to suspect someone)
!wanted (to see the wanted list)
!sellweed (to sell the earned weed)

and how i can make that player can get more money from killing suspected players?

here is my supect command is there something wrong?

  elseif ($3 == suspect) {
    if ($FBS.lin($1, $2) == $null) vcmp.msg $1 $2 Must be logged in.
    elseif ($FBS.Level($1, $2) < 1) vcmp.msg $1 $2 Error, You need to be at least level 1 to use this command.
    elseif (!$4) vcmp.msg $1 $2 Error - Correct Syntax: /c $3 <Nick/ ID> <Reason>
    elseif (!$5) vcmp.msg $1 $2 Error - Correct Syntax: /c $3 <Nick/ ID> <Reason>
    elseif ($vcmp.name($1, $FBS.ID($4)) == Unknown) vcmp.msg $1 $2 Error: Invalid Nick-Name
    else {
      var %a = 0
      while (%a <= %limit) {
      vcmp.announce $1 %a $vcmp.name suspected $4 for $5
      !inc %a
}
}
}
#75
mIRC/pawn Scripting / Re: Scripts needed!!!
March 18, 2009, 05:01:46 PM
ohm ... how?