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

Pages: 1 [2] 3 4
16
Support / Re: Small nicknames issue
« on: April 09, 2012, 06:12:23 pm »
You want your nick in upper case letter...
But you can't?

That is weird.

Post the screenshot of your VCMP server browser

17
mIRC/pawn Scripting / Re: How to get Angle in vehicle
« on: March 23, 2012, 03:01:08 pm »
There is a complicated method. Though I would not guarantee its accuracy.

Fetch X,Y pos of the car.
Lets call them X1, Y1.

Accelerate the car in forward direction (without turning).
Stop the car.
Fetch X,Y pos again.
Call them X2, Y2.

Angle = tan-1 [ (Y2 - Y1)/(X2 - X1) ]

You can use a timer to get X2, Y2 while you are driving.

18
mIRC/pawn Scripting / Re: How to see if a player is passenger ?
« on: March 23, 2012, 02:55:31 pm »
There is a way around it. Though it is not very exact.
OnPlayerEnterVehicle
Check if the vehicle is already occupied.
If it is, then the player is a passenger.
If not, then he is a driver.

19
Support / Re: VCMP On Lan ?
« on: March 12, 2012, 12:00:19 pm »
Yes, it is pretty easy.

Host the server on 1 machine.
Make sure that all the machines are connected through LAN/adhoc or whatever.
Open command prompt (cmd) and type "ipconfig" on the host machine.
You will see a LAN IP address, it would be something like 169.254.*.*
Add that IP address to favorite list on the other machines, join, enjoy.

20
Support / Re: WHY ???? VCMP
« on: November 19, 2011, 11:28:02 am »
If you see 30 constantly, that means your FPS is perfect.
In other words, your game does not lag.

Maybe you didnt meant FPS lag when you posted this topic.
If the problem is players warping (teleporting randomly anywhere) on your screen.....you just need to get used to it.

21
Support / Re: WHY ???? VCMP
« on: November 16, 2011, 12:56:47 am »
Download fraps.
http://www.fraps.com/

Run it, your FPS will display in yellow text on corner of your screen.
Post your FPS here.

22
Racing server / Re: Miami-Dade: Racing Promotional Video
« on: September 24, 2011, 10:49:47 pm »
Nice!

Why does the chat look so different? :P

23
mIRC/pawn Scripting / Re: Someone help me!!
« on: July 22, 2011, 12:43:40 pm »
Not Works, because you put "%s" and needed "%d"

What?
It should be %s, he is printing the player name, not ID.

24
Support / Re: Connecting to IP
« on: May 21, 2011, 06:38:59 am »
Disable all other network connections except the one that your internet is using.

Then Disable and Re-Enbale the internet connection.

25
Support / Re: cant find all servers in vcmp
« on: May 15, 2011, 01:51:41 pm »
The problem is with your internet connection.
This happened with me when I was stealing a wireless network which was FAR from my home.
It gave like 30k ping...

Check out www.speedtest.net

The best you can try is to turn off all other programs that use connection.
Check if windows update is not downloading anything.
Turn off Firewall
Thats all I can think off :\

26
Support / Re: Problem with starting the MP game in LAN mode
« on: May 15, 2011, 01:41:36 pm »
Where exactly does your game crash?

-While the GTAVC pink bar is loading?
-or, While it says "Connecting to xxx.xxx.xxx.xxx..."
??

If the game crashes at the pink bar, then the problem is with your GTAVC.

Make sure you do not have any mods installed in GTAVC.
If you are using a No-CD crack, try a different crack.
Re-Install GTAVC, Re-install VCMP in the GTAVC dir.
Also make sure you are using v1.0 of GTAVC

27
mIRC/pawn Scripting / Re: Player Drop
« on: May 11, 2011, 04:58:20 pm »
Even if you reset a player's weapons, he will still drop it.

You might have noticed that when you run out of ammo of a wep, then after death you still drop it.
I dont think it is possible to script...  :(

28
mIRC/pawn Scripting / Re: Drop money pickup on player dead ?? (pawno)!
« on: April 12, 2011, 08:59:41 pm »
Squirrel also misses ResetPlayerWeapons :(

29
XE Servers (Legacy) / Re: Why do people like XE so much?
« on: March 31, 2011, 11:25:29 am »
1. It has a chaotic gameplay.
2. You get to pwn 999 noobs
3. You get FFA DM, but you can also gather with your clan and have some TDM
4. It doesnt restrict you from anything, If you are a roofer...you are welcome, DBer......welcome, Pro Noob Heli killer....welcome. Gltcher....welcome.
5. If you wanna 1v1 do gotolocs, nogoto on and invite your opponent. You can easily stay away from noobs.

So in short, it doesnt discriminate between players of different skills or styles.

30
mIRC/pawn Scripting / Re: Any RPG mods?
« on: March 04, 2011, 12:17:25 am »
I never release my scripts in public, so you cant copy it....
Copying a feature is different...there is nothing wrong with it, as long you created it on your own.

Also if you release your scripts in public, dont moan about copy-cats....
If you have a problem with people copying your scripts and not giving you credit...then dont release your scripts.

Pages: 1 [2] 3 4