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

Pages: 1 ... 41 42 [43] 44 45
631
mIRC/pawn Scripting / Re: Unknown Command ??????
« on: July 07, 2008, 09:23:46 pm »
thanks for reply, i will try that ;)

632
mIRC/pawn Scripting / Unknown Command ??????
« on: July 07, 2008, 09:17:53 pm »
Hi,
I've in my sansan script a auto check-cheat, but when im calling it (!checkhp)
nothing happens and my mIRC says: "vcmp.checkcheat Unknown command".
You think: I forgot the alias vcmp.checkcheat, nut i didn't ??? ???

Screen:

633
mIRC/pawn Scripting / Re: Weapon IDs
« on: July 07, 2008, 12:04:48 pm »
No Problem ;)

634
mIRC/pawn Scripting / Re: Warn in SanSan v3
« on: July 06, 2008, 01:22:47 pm »
pleas??

635
mIRC/pawn Scripting / Re: Weapon IDs
« on: July 06, 2008, 01:16:31 pm »
Here they are:

Weapons

258 cellphone (Disappears when picked up, but looks nice)
259 brassknuckle
260 screwdriver
261 golfclub
262 nitestick
263 knife
264 bat
265 hammer
266 cleaver
267 machete
268 katana
269 chainsaw

270 grenade
271 teargas (VERY laggy and hasn't proved to kill anything)
272 molotov
273 missile (Useless running punch ANIM with rocket in hand)

274 colt45
275 python

276 ruger

277 shotgun
278 spaz (Please, don't use this)
279 stubby

280 m4

281 tec9
282 uzi
283 ingram
284 mp5

285 sniper rifle (Doesn't work, even if you get the scope view to work)
286 laser rifle (Same as above)

287 rocket launcher (Also same as above, except if you hit near you still get hurt, only you see the rockets)
288 flamethrower

289 M60
290 Minigun (Not recommended for ANY "Secret Admin Area")

291 bomb (Not C4 from CS)
292 camera (Might work)
293 fingers (?? I think its a small floating white box)
294 minigun2 (Also known as helicannon, think its just the barrel of the minigun)

Useful Stuff

366 health
367 adrenaline (Not what you think, it makes only your game slowed down, you are a easy target, useful for locking up certain areas like jail cells, if they run you can shoot them down easy)
368 body armor

Fun things and other user submitted stuff that might be of some use

375 bribe
337 money
365 info
336 fire hydrant
369 buoy (for marking off limits water areas)
380 Exploding Barrel (Can't be shot D:)
409 clothes icon
383 kill frenzy (Rampage icon)
408 bigdoller (Protection money icon?)
410 package1
508 keycard (The answer to ultramegaserver's madness, used to bust Cam)
510 pizzabox (So I don't die because I smoked weed)
526 keepy uppy ball
536 shark
582 dynamite
514 tar_civ1 (Not shootable)
391 billbd1 (Large billboard to mark areas, hard to miss.)
---

See: http://forum.vicecitymultiplayer.com/index.php?topic=194.0

Try search the forum before u post  ;)

636
mIRC/pawn Scripting / Re: Killingspree
« on: July 05, 2008, 07:30:40 pm »
thanks, i use it now :D

637
mIRC/pawn Scripting / Re: Warn in SanSan v3
« on: July 05, 2008, 07:28:33 pm »
can anyone help me??

638
mIRC/pawn Scripting / Warn in SanSan v3
« on: July 05, 2008, 02:39:21 pm »
how can i make the vcmp.warn alias, i've copied it from GUS but it doesnt work.
Code: [Select]
Alias:

alias vcmp.warns !return $iif($readini(vcmp.warns.ini,WARNS,$vcmp.name($1)),$v1,0)
alias vcmp.warn {
  if ($vcmp.warns($1) >= 2) {
    !writeini -n vcmp.warns.ini WARNS $vcmp.name($1) 3
    vcmp.adminmsg Warning $vcmp.name($1) - New Warns: $vcmp.warns($1) $+ /3 $+ , Reason: $iif($3-,$v1,None) $+ , By Admin: $iif($2,$v1,Unknown)
    vcmp.adminmsg Kicking $vcmp.name($1) - Reason: Warn Limit Reached $+ , By Admin: $iif($2,$v1,Unknown)
    vcmp.kick $1
  }
  else {
    !writeini -n vcmp.warns.ini WARNS $vcmp.name($1) $calc($vcmp.warns($1) + 1)
    vcmp.adminmsg Warning $vcmp.name($1) - New Warns: $vcmp.warns($1) $+ /3 $+ , Reason: $iif($3-,$v1,None) $+ , By Admin: $iif($2,$v1,Unknown)
  }
}
alias vcmp.unwarn {
  !writeini -n vcmp.warns.ini WARNS $vcmp.name($1) 0
  vcmp.say $vcmp.name($1) Unwarned - New Warns: 0/3 $+ , Reason: $iif($3-,$v1,None) $+ , By Admin: $iif($2,$v1,Unknown)
}
when i do this:
Code: [Select]
  if ($par($vcmp.deathreason($4)) == (DriveBy)) vcmp.warn %idk Drive-bying is not allowed.
it doesn't work  :-\ :-\

639
mIRC/pawn Scripting / Re: Killingspree
« on: July 03, 2008, 08:56:04 pm »
can someone help me?????

640
mIRC/pawn Scripting / Re: can't login
« on: July 03, 2008, 08:19:43 pm »
The script didn't recognize your nick. Delete the account ini and try to register again.
That also doesn't work  :( :( :( :(

641
mIRC/pawn Scripting / Re: can't login
« on: July 03, 2008, 08:19:07 pm »
my nickname is Thijn, but i didn't change the registration script :-\ :-\
So can anyone help me???

642
mIRC/pawn Scripting / can't login
« on: July 02, 2008, 12:49:10 pm »
I can't login at my own server  :o :o
Here are screens, that shows the problem:





NOTE: im using GUS

643
mIRC/pawn Scripting / Re: Killingspree
« on: July 01, 2008, 11:27:14 pm »
 :P

644
mIRC/pawn Scripting / Re: Killingspree
« on: July 01, 2008, 11:14:11 pm »
no one?

645
mIRC/pawn Scripting / Re: Speedlimit
« on: June 30, 2008, 10:58:17 pm »
TESTED, it works
Thanks

Pages: 1 ... 41 42 [43] 44 45