Menu

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.

Show posts Menu

Messages - Honey

#61
@ Ali and Psycho What's that noob-talk going on between you guys? Topics aren't made to chat, Do this via PM
#62
Nice work ;)
#63
Yeah there isn't any module for XML in 0.4. You can try to find an alternative instead.
#64
Try EulerRotation see example in my code.
#65
I also had many problems using Vehicle.Angle because I thought that you can just set it like this Vehicle.Angle = 1; but this crashes the server. Then i went to the source code and studied it's parameters,

Here's how you use it :

player.Vehicle.Angle.x = 11.55;
player.Vehicle.Angle.y = 11.55;
player.Vehicle.Angle.x = 11.55;

OR

player.Vehicle.Angle = Quaternion( X, Y, Z, W ); The parameters should be in float

I used them to get vehicle angles from an ini so that the vehicle would move on it's own,. You can study my code here :

local coord = ReadIniString( "Files/Malibu.ini", "Position" + taxia[ plr.ID ].Malibu , "Pos" + taxia[ plr.ID ].Malibu );
local split1 = split( coord, " " );
plr.Vehicle.EulerRotation.x = split1[3].tofloat();
plr.Vehicle.EulerRotation.y = split1[4].tofloat();
plr.Vehicle.EulerRotation.z = split1[5].tofloat();
plr.Vehicle.Pos = Vector(split1[0].tofloat(), split1[1].tofloat(), split1[2].tofloat() );
taxia[ plr.ID ].Malibu++;
#66
Vehicle.Angle.x
Vehicle.Angle.y
Vehivle.Angle.z
#67
Closed Bug Reports / Re: Pickup and player.ID
Jan 05, 2015, 05:43 AM
Fuzzie is right, I also use pickups for property information and I haven't seen any crashes, It would be better to post the code of that pickup for us
#68
I think we can contribute by patience :P
#69
No.
#70
Closed Bug Reports / Re: CMDS Not Working
Dec 25, 2014, 06:52 AM
Ahh, Sorry for double post

The prefix is "/" instead of "/c", I didn't change the script messages thus it still says /c register
#71
Closed Bug Reports / Re: CMDS Not Working
Dec 25, 2014, 06:45 AM
I converted Warchief & gave it to you but I can register easily, Let me check it again
#72
Servers / Re: Vice city Cops and Robbers
Dec 24, 2014, 08:00 AM
Quote from: S.L.C on Dec 24, 2014, 02:30 AMStop wasting your time. The guy is probably a 4 year old kid that barely knows how to use a keyboard. And you're expecting him to know what a public IP is. And even if he manages to get his public IP (probably dynamic) hes still won't be able to use it because of the port forwarding in his router. And I highly doubt he can do port forwarding. So it's a waste of time no mater how you look at it.

It's like one of those annoying babies that cry all the time. No matter what you do they keep crying. No matter what you tell him to do he'll always come here with just "not work", "help me", "get error" etc. expecting you to know what's happening on his end.

+ Even he manages to make his server appear in the master list he's probably going to use the leaked vccnr script & there is no support available for leaked scripts
#73
Support / Re: Nobody can join me
Dec 24, 2014, 07:50 AM
You don't have to do anything, If the devs think your server is unique or offers smooth gameplay then they'll add it in the official's list.
#74
Support / Re: plugins problem
Dec 21, 2014, 02:50 PM
I had a similar problem, This happens due to the wrong line endings.

If you're trying to run your script in Linux then Open Notepad++ ( install it if you don't have it ) then Open the server.cfg file.Open the EDIT tab and open the EOL Conversion Sub Direct. Over there click on UNIX/OSX Format.If that doesn't work then try this ( works only for 64 bit ):

Quote from: BLAKBERD(Use the x64 module this time)

Try executing this: ldconfig /usr/local/lib
Run your server.

In case this does not work, follow these steps:
1. Open the file /etc/ld.so.conf and remove everything and add the following
Code: [Select]

include /etc/ld.so.conf.d/*.conf

(If this file does not exist, create it.)
2. Open the file /etc/ld.so.conf.d/libc.conf and remove everything and add the following:
Code: [Select]

# libc default configuration
/usr/local/lib

(If this folder and this file don't exist add them.)
3. Now execute ldconfig using root.

In case none of the above works, try downloading this zip file, extract it, open the folder LDSO and copy all the files and folders inside of it to /etc/ (Replace files if asked)
Now execute ldconfig using root
Download: https://www.sendspace.com/file/ji6oib

If none of these work, then install the 32 bit OS, since I got no other idea.
#75
Should I blame the forum or your Logo for this?