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 - Mattz

Pages: 1 ... 8 9 [10] 11
136
mIRC/pawn Scripting / Re: !lock and !unlock how do i start??
« on: June 23, 2008, 11:31:00 pm »
Use !lock <carid> and !unlock <carid>

137
mIRC/pawn Scripting / Re: !lock and !unlock how do i start??
« on: June 23, 2008, 06:27:07 pm »
Heres one

Code: [Select]
alias vcmp.lockcar vcmp.command set 3 $1 4
alias vcmp.unlockcar vcmp.command set 3 $1 0

Code: [Select]
elseif ($2 == !lock) {
  vcmp.lockcar $3
}
elseif ($2 == !unlock) {
  vcmp.unlockcar $3
}



138
Support / Re: Strange Problem
« on: June 22, 2008, 06:32:22 pm »
Mines is:

C:\Program Files\Rockstar Games\GTA Vice City

Make sure your "VCMP" Folder has the Vice City files.

139
Support / Re: Strange Problem
« on: June 22, 2008, 05:54:22 pm »
Well, it suppose work.. unless you didnt locate the folder properly.

140
Support / Re: Strange Problem
« on: June 22, 2008, 03:24:23 am »
Locate your Vice City folder.

1st:Open your vc-mp
2nd:Goto Tools
3rd:Goto Settings
4th:Vice City Installation Location
5th:Browse for the folder
6th:Press Ok
7th:Save
8th:Try to join a server

141
Support / Re: Strange Problem
« on: June 21, 2008, 05:22:28 pm »
Nah, the errors are from vc-mp everbody gets it. 0.4 version might be better.

142
Here's a stfu from sansan, see if you can convert it.

Code: [Select]
alias vcmp.enforcestfu {
  if ($hget(stfu,$vcmp.hgetname($1)) != $null) {
    vcmp.adminchat ** Auto-Kicking $vcmp.hgetname($1) $+ ... $iif($len($hget(stfu,$vcmp.hgetname($1))) > 0,$par(User is on the STFU list for: $hget(stfu,$vcmp.hgetname($1))))
alias vcmp.addstfu { !hadd stfu $iif($vcmp.nameid($1) != $null,$vcmp.hgetname($vcmp.nameid($1)),$1) $iif($2-,$v1,stfu) | vcmp.adminchat ** Added $iif($vcmp.nameid($1) != $null,$vcmp.hgetname($vcmp.nameid($1)),$1) to the stfu list. }
alias vcmp.delstfu { !hdel stfu $iif($vcmp.nameid($1) != $null,$vcmp.hgetname($vcmp.nameid($1)),$1) | vcmp.adminchat ** Removed $iif($vcmp.nameid($1) != $null,$vcmp.hgetname($vcmp.nameid($1)),$1) from the stfu list. }

:::::::: Command ::::::::

elseif ($2 == !stfu) {
      if ($hget(vcmp,loggedin. $+ %id) < 3) vcmp.adminmsg %id You must be Admin Level 3 or higher to attempt this command.
      else {
        if ($vcmp.nameid($3) == $null) vcmp.adminmsg %id Error: Invalid ID.
        else {
          if ($hget(vcmp,loggedin. $+ %id) < $hget(vcmp,loggedin. $+ $vcmp.nameid($3))) { vcmp.adminmsg %id You can't make someone higher level admin than you stfu... | vcmp.kick %id }
          else vcmp.addstfu $vcmp.hgetname($vcmp.nameid($3))
        }
      }
    }
    elseif ($2 == !unstfu) {
      if ($hget(vcmp,loggedin. $+ %id) < 3) vcmp.adminmsg %id You must be Admin Level 3 or higher to attempt this command.
      else vcmp.delstfu $3-
    }

Put alias vcmp.enforcestfu under signals;
Me
Msg
Chat

143
mIRC/pawn Scripting / Re: Edit Commands
« on: June 17, 2008, 11:48:46 pm »
I don"t know how to put it on a site, but you can find a list of bans in your bot mirc folder. Its called "vcmp.bans" a ini file.

144
mIRC/pawn Scripting / Re: Edit Commands
« on: June 17, 2008, 10:54:06 pm »
Use this..

Code: [Select]

alias vcmp.kicknow {
  vcmp.adminchat ** Kicking:[ $$vcmp.hgetname($vcmp.nameid($1)) ] Reason:[ $2- ]  
 .timer. $+ $$vcmp.nameid($1) $+ .kick -m 1 50 vcmp.command kick $$vcmp.nameid($1)
}

145
mIRC/pawn Scripting / Re: Skin
« on: June 15, 2008, 01:55:16 pm »
Its the same thing like 0.3z. Read this;


How do I get coordinates?

Quote
What is ?build mode? and how does it work?
Build mode is a part of VC-MP where you can get coords for specific vehicles and skins.
It comes with VC-MP, so you do not need to download it from anywhere.

To activate build mode: Rename your ?gta-vc? file into ?gta-vc -d?.
Double click it (like single player) and wait till you get through the loading screen.
When that's done, simply open the chat (by clicking T), and type: /build
This will activate build mode, and your camera will not be stuck anymore.
 
To spawn a vehicle in build mode, do: /vehicle <VehicleIDGoesHere>
Note: Do not use < and > in the syntax! This is just for demonstration usage.
When your vehicle has been spawned, please go into it and drive it to the place desired.

To select another skin (pedestrian), do: /skin <SkinIDGoesHere>
Note: Do not use < and > in the syntax! This is just for demonstration usage.
When found the desired skin, please go to the location you'd like to get coords from.

Saving vehicle and skin coordinates:
To get your coordinates, do: /save
This will save the coordinates for your vehicles and skins. They will be saved into a newly created file in your VC-MP directory (Usually Vice City directory).
The newly created file should be having the following name: ?savedpositions?
Ignore all the zeroes in the file. Just copy the coordinates and put them into the server configuration file, ?config?. Ofcourse you should know where to place them exactly, as vehicles and skins both have a specific syntax in the file.

Attention: After editing your ?gta-vc? file into ?gta-vc -d?, VC-MP will be unable to run. In order to make it run, change it back to default. ?gta-vc?, that is.

146
mIRC/pawn Scripting / Re: !time
« on: June 14, 2008, 08:10:46 pm »
It depends on what alias you are using.

If your alias is:

Code: [Select]
alias vcmp.adminchat vcmp.command adminchat $1-
Use:
 
Code: [Select]
elseif ($2 == !time) vcmp.adminchat $vcmp.gethr($2) $+ : $+ $vcmp.getmin($2)

147
Support / Re: Loading problem.
« on: June 13, 2008, 11:50:42 pm »
Make sure your VC is 1.0 version and don't have any mods on it.

148
Vice City / Re: Vice city
« on: June 13, 2008, 04:51:32 am »
I don't think so...

149
Support / Re: The New Vehicle_ID_To_Model_convertor
« on: June 13, 2008, 04:50:58 am »
Nice, you should have put it in the Script Showroom. Ok its there now.

150
mIRC/pawn Scripting / Re: HELP WANTED!
« on: June 11, 2008, 02:54:20 pm »
(1) In irc type: /cs REGISTER <channel> <password> <description>

(2) Some pickup ids:http://forum.vicecitymultiplayer.com/index.php?PHPSESSID=ce902f7ad4ea8f488826d34cd68f1992&topic=194.0

Here you go.  ;)

Pages: 1 ... 8 9 [10] 11