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.


Topics - Knucis

Pages: [1]
1
Description
When we set a player to spectate someone in an interior, it doesn't set it accordingly.

Reproducible
Always

What you were doing when the bug happened
Spectating someone inside the mall or Vercetti's mansion.

What you think caused the bug
Your actual body being outside the interior, and the spectating body inside the interior.

2
Support / Can't connect to any server.
« on: December 29, 2009, 06:15:57 pm »
Yeah, as the topic says, I just tried every single server and on all of them, it just stand saying: Connecting to [IP:Port]..

What the fuck guys!  :( Tried to copy all the files from VC:MP to mah GTA:VC directory and it still the same.

If anyone knows the soluction, it will be appriciated.

3
mIRC/pawn Scripting / Its possible...
« on: March 03, 2009, 09:32:50 pm »
To change team colors by script?? Im making a Clan-war server, so i need to change team color when they choose a class.

If its possible, can you post the form/alias here??

If is not possible, thanks for your time  :P

Cya,
Knucis

4
mIRC/pawn Scripting / This isnt working :S
« on: February 15, 2009, 10:22:30 pm »
This isnt working... I think its the $vcmp.location(%a)... And the Writeini says insuficient parameders :S i dont know why.

CMD:
Code: [Select]
elseif ($2 == !setmarker) {
    if (!$3) vcmp.msg %id Error - Missing information, $2 <Marker ID>
    else {
      vcmp.setmarker $3 $vcmp.location(%a)
      !writeini -n vcmp.marker.ini MARKER $3 $vcmp.location(%a)
     vcmp.say Marker added at: $vcmp.location(%a) ID: $3
    }
  }

ALIAS:
Code: [Select]
alias vcmp.setmarker dll rcondll.dll RconCommand set 16 $1-

PS: Im using GUS

5
mIRC/pawn Scripting / How can I...
« on: October 16, 2008, 06:52:56 pm »
How can I add a cmd when i pickup a Pickup or something...

I was thinking for example:
*[PBK]Knucis picked up a Pickup ID:....
>> pm: You pickup a teletransport pickup! I will transport you to [......]

Then you go to that place...
Please help!

Cya, Knucis

6
mIRC/pawn Scripting / Whats rong with this command?? (GUS)
« on: October 03, 2008, 07:53:22 pm »
I've made this command and aint work... It wont freeze me and it wont go to Jail... I have the right AXIS...

Heres is the code:
Quote
  elseif ($2 == !jail) {
    if ($vcmp.name(%a) == $null) vcmp.msg %id Error: Invalid ID.
    vcmp.say Cop: %name Jailed: $vcmp.name(%a) for: 1 min
    vcmp.setlocation $vcmp.name(%a) 388.687256 -511444 9.395617
    vcmp.announce %id You are ~o~Jailed!
    vcmp.setcont $vcmp.name(%a) 1
    !.timer 1 60 vcmp.setcont $vcmp.name(%a) 0
    !.timer 1 1 vcmp.annouce %id $vcmp.name(%a) Is now released from jail!
    }

Sorry for my English
Please help me :)

Cya, Knucis

7
mIRC/pawn Scripting / WSV script... (help)
« on: September 28, 2008, 08:59:46 pm »
Can somebody of you can give me a !wanted !jail and !suspect command plss??

Sorry... But im a noob in scripting :P


Cya, Knucis

8
mIRC/pawn Scripting / WSV script... (help)
« on: September 24, 2008, 07:49:10 pm »
Can somebody show me a Command for WSV like !addcmd <!cmd> <text> Please?

Im glad if you help :)

Pages: [1]