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.


Messages - GTA-Roloboy

Pages: 1 ... 3 4 [5] 6 7 ... 9
61
mIRC/pawn Scripting / Re: Putting a player in a vehicle
« on: June 19, 2008, 03:53:09 pm »
Code: [Select]
  elseif ($2 == gpc) {
    if ($vcmp.cmdcheck(!gpc,%id) == fail) !halt
    elseif (!$3) || (!$4) || ($4 !isnum) vcmp.msg %id Error - Missing Information, $2 <name> <car id>
    elseif (%a == -1) vcmp.msg %id Error - Invalid ID/Name
    else {
      vcmp.msg %a Admin $vcmp.getname(%id) has given you $vcmp.carname($4) $+ ,  Enjoy $+ .
      dll rcondll.dll RconCommand set 9 %a $4
    }
  }

I think this should work..

62
Tutorials / Re: How to add skins/vehicles into the configuration file
« on: June 17, 2008, 12:43:03 pm »
Hmm, gimme some time and I'll post my team-color list :)

63
mIRC/pawn Scripting / All Map-Icons
« on: June 16, 2008, 10:32:00 pm »
Code: [Select]
1 = Player Icon
 2 = Arrow
 3 = N
 4 = A
 5 = B
 6 = C
 7 = D
 8 = K
 9 = L
10 = P
11 = Schoppen
12 = Anchor
13 = Palm
14 = Weird Face
15 = Film
16 = Ammunation (Weapons)
17 = Stick figure
18 = Ammunation (Tools)
19 = Save house
20 = Pole Position
21 = Cherry Poppers
22 = Kaufmann Cabs
23 = Skull
24 = Bank (Dollar)
25 =
26 = Sunshine Autos
27 = Paint n' Spray
28 = Blue Shirt
29 = V
30 = Telephone
31 = Yellow W
32 = Chainsaw
33 = A shouting weird mouth
34 = A red spot
35 = Red V
36 = Grey V
37 = Bull
38 = Heart
39 = Red W

Everything over the 40 crashes (40 too)

Made by [Ka]H.M.Murdock

64
Support / Re: mss32.dll problem
« on: June 16, 2008, 08:26:44 pm »
You're welcome :)

65
mIRC/pawn Scripting / Re: Map Icons
« on: June 16, 2008, 08:13:36 pm »
Ok so I've got the !setmarker cmd working (and i think it should be easy enough to make it setmarkers on connect)
Now how can i add functions to the pink mission things?
Is this possible?
Or if it's not, can I get rid of the pink thing?

Also, is there somewhere I can get a list of Marker ID's?

1. Just make a cmd that checks the area OR make a invisible pickup or something in the pink marker :)

2. I think there is not a list of marker ID's atm.... :( SO I MADE ONE: :D

Code: [Select]
http://forum.vicecitymultiplayer.com/index.php?topic=456.0

66
Support / Re: mss32.dll problem
« on: June 15, 2008, 01:10:38 pm »

67
Support / Re: Loading problem.
« on: June 14, 2008, 12:41:45 am »
Make sure your VC is 1.0 version and don't have any mods on it.

Mattz is good admin here on this forum xD

68
mIRC/pawn Scripting / Re: My mIRC is stupid!
« on: June 08, 2008, 04:31:47 pm »
www.mirc.com

Good luck ^.^

69
Vice City / Re: A Very Easy Problem!!!
« on: June 01, 2008, 04:35:42 pm »
[...]if you host the server on the same pc your client is, you don't (necessarily) see it in the server browser. Others can see it.

That means you can't see your server on the main (internet) list, because you host it on your own PC and you launch vc-mp.exe on your PC. Happens sometimes.

Another explanation:
You have to wait about 10-40 seconds (depends on your internet connection speed) to see your server on the list. You find it at the bottom of the list probably. ;)


My Server has never showed up in the server list for like 1/2 years :(

70
mIRC/pawn Scripting / Re: 2 questions
« on: May 21, 2008, 05:47:31 pm »
Reply for skins:

There are many ways to add skin names.
The easy-to-understand way is with the code like !loc <Name/ID>

Make some new locations in the vcmp.data.ini
Example:
Code: [Select]
-656.7666,758.8170,-660.5095,762.2598,-658.0481,764.1974,-654.9110,760.7103=Police Spawn
Then on signal spawn make
Code: [Select]
if ($vcmp.area($vcmp.getid($1)) == Police Spawn) !writeini -n vcmp.skin.ini SKINS $1 Police
Then it is easy to get the skin name for a player with:
Code: [Select]
$readini(vcmp.skin.ini,SKINS,$left($1,-1))
Then the command will be like: (In GUS)
Code: [Select]
if ($2 == !skin) {
    var %skin = $readini(vcmp.skin.ini,SKINS,$left($1,-1))
  if (%skin != $null) vcmp.say $left($1,-1) is using the %skin skin $+ .
  else vcmp.say Unknown skin name $+ .
}

Then put on:
Code: [Select]
on *:SIGNAL:vcmp.kill:{and all other kill/death signals, fully down it:

Code: [Select]
!remini -n vcmp.skin.ini SKINS $remove($vcmp.name($iif($2 != $null,$vcmp.getid($2),Unknown)),$chr(40))

And on:
Code: [Select]
on *:SIGNAL:vcmp.part:{Fully down it:

Code: [Select]
!remini -n vcmp.users.ini SKIN $1
This should work, for any questions u can ask :)

71
mIRC/pawn Scripting / Re: 2 questions
« on: May 21, 2008, 05:30:52 pm »
-- The Pickup Effects --

Search in the GUS script for:

Code: [Select]
on *:SIGNAL:vcmp.pickup:{
then u see automaticly where to put it.

Don't forget to change 'ID'

72
mIRC/pawn Scripting / Re: 2 questions
« on: May 18, 2008, 11:41:03 pm »
i have 2 questions  ;D

1. how can lock a skin for example if someone (not admin) choose that skin inmediatly dies and an announce appears saying "Skin locked,admins only"

2. how can i add a death pickup for example  someone see dropped cash and qhen he pick up it he dies

hope u reply me thx 4 ur atention  ;D

PS:IM USING GUS 10.0

1. Just make skin names, and use on signal spawn something like:
Code: [Select]
if ($vcmp.skin(%id) == SkinName) {
   vcmp.announce %id ~o~Skin Locked ~w~, ~y~admins only
   vcmp.sethp %id 0
}

Don't forget to make alias vcmp.skin

2. Just use the rcon command newpickup, as I know theres a cmd for it in GUS !addpickup or !setpickup, then make on signal pickup:

Code: [Select]
if ($2 == ID) {or
Code: [Select]
if ($3 == ID) {
   var %rand = $rand(1,3)
     if (%rand == 1) vcmp.announce %id What were you thinking, eh?
     elseif (%rand == 2) vcmp.announce %id Fooled ya!
     elseif (%rand == 3) vcmp.announce %id Just kidding...
   vcmp.sethp %id 0
}

If you need any help with it, send a PM :)

73
Thanks a lot baka :D

Btw, nice signature!

74
I need to remove: "Please wait 4 seconds " :P

75
mIRC/pawn Scripting / Re: Very Confused
« on: May 16, 2008, 04:12:24 pm »
Waarom niet dan?

Pages: 1 ... 3 4 [5] 6 7 ... 9