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 - [AoD]NC

Pages: 1 ... 29 30 [31] 32 33 34
451
Support / Re: Crash When i Connect
« on: November 17, 2009, 10:55:52 pm »
Give screenshot v_v

452
Support / Re: Server not running?
« on: November 17, 2009, 10:53:04 pm »
Meh, Firewall sucks, it is currently off.

Are u sure? For example u can have 2 firewalls: 1 software and 1 hardware.

The software one is something like ZoneAlarm or Windows-Easy-Firewall. The hardware firewall could be from u router and e.g. if i want to turn him off, there is written with big words: "dont do that! Or bla bla " ;o.
So when i have problems with games, i have to open some ports [TCP/UDP?, etc.]. in the hardware firewall. To change something in this firewall, i have to put 192.168.1.1 into my web browser, login and change what i want :). So look for some guides for ur firewall :P if u have it ofc. ^

453
Support / Re: Crash When i Connect
« on: November 17, 2009, 06:12:33 pm »
Can u say the text error? For example CRC32 bla bla...
Probably u will have to reinstall ur GTA VC, because u used mods.

Or maybe u have an outdated version of VCMP [which is impossible :D].

454
Support / Re: Server not running?
« on: November 17, 2009, 06:11:06 pm »
And have u tried, that someone else will join ur server via the server list?

455
mIRC/pawn Scripting / Re: that script is better?
« on: November 08, 2009, 07:30:36 pm »
* [AoD]NC searches for "other" in that poll

456
mIRC/pawn Scripting / Re: Mini-announce Help
« on: October 28, 2009, 09:48:54 pm »
The color can be changed by typing "~SOMETHING~" befoire the right text.

For example: ~b~ Hello nabs!

And yes, the text can be moved but only down using, like Greg said, a "special character". This was posted, if i remember by rulk in a topic about speedometer script. Just search it somewhere.

457
Vice City / Re: [VCMP] How to login as administrator?
« on: October 26, 2009, 09:54:10 pm »
Quote
/admin RCON_PASS
For example: /admin TheSecretRconPass

458
mIRC/pawn Scripting / Re: Help with FBS0.2
« on: October 26, 2009, 05:26:47 pm »
Hey spamer :P

1. To do a !getcar but everyone can use, simple do a similar !getcar command. My idea for this:
Quote
  elseif ($3 == getcarASD) {
    if ($FBS.lin($1, $2) == $null) vcmp.msg $1 $2 You must register to be able to use this command.
    elseif (!$4) vcmp.msg $1 $2 Error - Correct Syntax: ! $+ $3 <Car ID>
    elseif ($4 !isnum) vcmp.msg $1 $2 Error, Invalid Car ID
    elseif (. isin $4) || (, isin $4) || (- isin $4) vcmp.msg $1 $2 Error, No negative or decimal car id's
    elseif ($4 > $calc(%FBS.vehicles - 1)) vcmp.msg $1 $2 Error, Invalid Car ID
    elseif ($FBS.rwarstatus($2) == 1) vcmp.msg $1 $2 You cannot get a vehicle, your are in a minigame
    elseif ($vcmp.vehicle($1, $2) != 0) vcmp.msg $1 $2 Error, You must be on foot to use this command
    else {
      vcmp.setvehicleloc $1 $4 $calc($vcmp.location($1, $2).x + 2) $vcmp.location($1, $2).y $calc($vcmp.location($1, $2).z - 1.12)
      vcmp.msg $1 $2 Getting Vehicle:[ $hget(VehicleNames,$4) $chr(93)
    }
  }

Command syntax must be !command $-Param-Eters. So !getcarASD VehID, not !infernus. Ofc u can do a command infernus, but in this u have to do a while, checks etc..

2. How dose it look like the fight cmd on Jc's and friends server :P? Its a LMS or only teleport?

459
mIRC/pawn Scripting / Re: Spawn Background
« on: October 24, 2009, 11:41:06 am »
Quote
PlayerPos = XXX ; Where the local player model is initially placed
CamPos = XXX ; Where the camera is situated for class selection
CamLook = XXX ; Where the camera is looking for class selection

460
mIRC/pawn Scripting / Re: LastManStanding [FBS, WIP]
« on: October 17, 2009, 10:19:36 pm »
Wait a minute! :P
SQ = Squirrel or SQL? :@

461
mIRC/pawn Scripting / Re: LastManStanding [FBS, WIP]
« on: October 17, 2009, 01:39:25 pm »
I mean, how do you write in SQ? Any software?

SQ is something really different: a new server.exe, new config and Squirrel as programming lang [looks like hmm C or Pawn? :P]. Everything is other then you know now.

If you are interesting look on the LU forum:
http://forum.liberty-unleashed.co.uk/index.php?topic=250.0

Quote
which i wrote yesterday for Forze.
Greg pr0 :P. A complete script in 1 day ;D.

462
mIRC/pawn Scripting / Re: LastManStanding [FBS, WIP]
« on: October 13, 2009, 10:21:33 pm »
I guess I completely sux at scripting  :-[

Ah cmon, no one has learned scripting in 5 minutes. What u need is much practice + some ppl around who can anytime help you :).

Quote
BTW how can I start working with SQ?
U mean what to download or u wanna script now :P?

463
mIRC/pawn Scripting / Re: LastManStanding [FBS, WIP]
« on: October 13, 2009, 04:18:19 pm »
Wow Greg, ur own LMS :P?

Anyway to Forze: u have forgot about some important things.
-weapon? [first set to 0, then to a specify]
-locations? only one? [ah cmon i have already hmm 70 :P ?]
-vcmp.setcontrols $1 $vcmp.name($1, $2) 1
U sure? Shouldnt it be $1 $2 0/1?

And u forgot about this, that LMS is working for many players. First, players type !join or whatever if they want join. After a few seconds, players who typed !join are teleported to the location etc. and fight.

In your script, you type join, it freezes you and unfreezes. And now i type join. I'm freezed and u not. U can shoot me, im freezed, know what i mean :P?

U should use a while loop.

Anyway Squirrel > mirc :P

464
mIRC/pawn Scripting / Re: How to weather?...
« on: October 11, 2009, 10:39:56 pm »
Forze, this will choose a weather id from 0 to 9. But this will choose only once.

Example:
It will chose the number 5. And every time the weather will be "changed" to 5 v_v.
Create a new function and then call it :0 [like Force]. Or do like Mattz [if this code isnt tammered ofc :D ].

And btw instead of creating hundreds of timers with message "weather changed" do a "repeat timer" Like timer 5 60 [calling 5 times every 60 secs].

465
Support / Re: can you sit in the passenger side of the vehicle, or motorbike
« on: September 28, 2009, 04:47:37 pm »
F/Enter?

Pages: 1 ... 29 30 [31] 32 33 34