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

Pages: [1] 2
1
Script Discussion / Re: onPlayerCrouchChange is bugged ?!
« on: October 11, 2014, 09:11:36 pm »
I finally got a license for Visual Studio. Compiled.

2
Script Discussion / Re: Exporting JSON
« on: October 11, 2014, 04:26:20 pm »
0.3 modules will not work on 0.4. If you want unofficial module for Linux, pm me.

3
Script Discussion / Re: onPlayerCrouchChange is bugged ?!
« on: October 10, 2014, 10:00:12 pm »
- Fixed onPlayerOnFireChange, onPlayerCrouchChange, onPlayerGameKeysChange
- Added onPlayerActionChange( player, oldAction, newAction ), onPlayerStateChange( player, oldState, newState )

I noticed that onPlayerCrouchChange always returns false (probably server's bug)

Linux 32-bit module
Linux 64-bit module

4
Resolved Bug Reports / Re: [Fixed] GetHour() does not work properly
« on: October 04, 2014, 11:23:55 pm »
Fixed in SVN.

5
Script Discussion / Re: Problem with Vehicles Angle.
« on: October 04, 2014, 12:34:15 pm »
Convert degrees to radians.

6
General Discussion / Re: Official version
« on: September 30, 2014, 05:36:52 pm »
Current version allows us to do that, because server owners have an ability to test their servers on the same PC. If official release still allows that, you can of course block this by checking if player's unique id is the same with others playing on your server.

7
Script Discussion / Re: Cannot Create a Symbolic Link
« on: September 30, 2014, 04:07:21 pm »
What are you talking about?I've never heard of  SymLinksIfOwnerMatch and FollowSymLinks.

Quote from: Callum Crayshaw
I'm talking about hopes... dreams... the magic of television. Especially public television. [...]

Only root user can access to root's directory. Notice that your server probably uses www-data user with www-data group permission and I guess you're running apache - please read about SymLinksIfOwnerMatch and FollowSymLinks to understand why they are needed.
You have three methods suggested by me:

1) Move server files to for example /opt and don't run the server as root for security reasons*, then make a symbolic link to /opt instead of /root.
2) You can use cron to set simply task that will be executed every 15 mins which copies your server's database to your website directory, change permissions to www-data and is read-only. (more secure than the first method)
3) Use MySQL.

* - This refers to all options listed above.

8
Script Discussion / Re: Cannot Create a Symbolic Link
« on: September 30, 2014, 03:23:03 pm »
Symbolic link to the /root directory.


You should never use Linux.
Ensure you have unloaded SymLinksIfOwnerMatch and loaded FollowSymLinks.

9
General Discussion / Re: Proposition chat on website
« on: September 27, 2014, 02:17:08 am »
No point adding shoutbox since everyone who wanna talk is on LUNet #vc-mp channel.

10
General Discussion / Re: Problem with the forum
« on: September 26, 2014, 06:22:13 pm »
(I also found something funny in source :D)

It reminds me this. Have fun :)

11
General Discussion / Re: Problem with the forum
« on: September 25, 2014, 05:51:53 pm »
I reported this bug to stormeus with included video: https://www.youtube.com/watch?v=YzljeBDmYi4

12
Servers / Re: [0.4] eXtreme Servers - A/D & RR & FR
« on: September 25, 2014, 12:48:02 am »
Changelog would be too long so in short: fixed few major bugs in scripts, added records on racing gamemode, more commands, added more vehicles and stunt ramps on Free Roam world.
Please notice this server uses the most 0.4 features comparing to other servers!

Screenshots from today's party:












14
Bugs and Crashes / [Assigned] Vehicle Ghost
« on: September 19, 2014, 01:32:12 pm »
This function that was requested by me is bugged. Ghost vehicles can drive into the walls etc. After few seconds vehicle becomes bigger.
I'm posting here, because I can't see developers activity here.

15
Script Discussion / Re: [Suggestion|Question]Play a sound
« on: September 15, 2014, 11:38:42 am »
Custom radio ID >10
Code: [Select]
CreateRadioStream( ID, "Name", "url", 1 );

Pages: [1] 2