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

Pages: 1 [2] 3 4 ... 63
16
Script Discussion / Re: Rotating Sprites
« on: October 03, 2014, 10:23:37 pm »
The sprites are fine, the problem is your math. Objects are rotated about an axis of 360 degrees. If a player is going 1km/h, your sprite rotates 180 degrees. If a player is going 2km/h, your sprite rotates 360 degrees. It will only rotate to 0 or 180 degrees or some derivative of it, and especially because you round to the nearest whole number.

17
Script Discussion / Re: Full document for Squirrel plugins
« on: October 03, 2014, 10:20:50 pm »
if ( q && mysql_num_rows( q ) > 0 )

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

RTFM. http://httpd.apache.org/docs/2.2/mod/core.html

19
General Discussion / Re: Official version
« on: September 30, 2014, 09:39:31 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.

This is what will happen and what is encouraged.

20
Support / Re: Vice City MP crashes on start-up
« on: September 30, 2014, 04:02:47 am »
Alright, so I will never get to play this game online. Do you know if San Andreas MP works on Steam?

Nope. Have to use cracked retail EXEs in place of Steam to use VC:MP or SA:MP.

21
Bugs and Crashes / Re: [BUG] Crouch Sliding
« on: September 29, 2014, 09:04:08 pm »
Fix: Players who appear to be both crouching and sprinting will break out of crouch on the local player's screen. (Crouched players could be seen sliding around while transitioning out of a crouch to sprint)

Looking into improving other aspects of weapon sync at the moment.

22
Cannot reproduce with the following script:
Code: [Select]
function onPlayerPart(player, reason)
{
if (reason == PARTREASON_CRASHED) print("Crash");
if (reason == PARTREASON_TIMEOUT) print("Timeout");
if (reason == PARTREASON_QUIT) print("Quit");
}

Check your crashlogs folder to see if anything is there.

23
Won't fix as tag_scale exists as a configuration option that can be used to reduce the size of players' nametags.

24
Resolved Bug Reports / Re: Server Port and Master List
« on: September 27, 2014, 11:03:13 pm »
I'll do reinstall vps.

That shouldn't be necessary and I'd advise against it.

25
Resolved Bug Reports / Re: Server Port and Master List
« on: September 27, 2014, 10:56:37 pm »
My servers is not on the list of two days.Please fix master list

That's an issue on your server's end, and one that probably shouldn't happen since it means that your socket interface doesn't even support INET4. Looking into implementing a more reliable HTTP interface.

26
Script Discussion / MOVED: [Snippet]Player Fps
« on: September 27, 2014, 10:55:51 pm »

27
Script Discussion / MOVED: Custom Menu System v1.0
« on: September 27, 2014, 10:55:34 pm »

29
Script Discussion / MOVED: Position System
« on: September 27, 2014, 10:55:23 pm »

30
Support / Re: Can't install VC:MP
« on: September 27, 2014, 10:05:49 pm »
Did you run the installer as administrator? It may not have permission to write to Program Files otherwise.

Pages: 1 [2] 3 4 ... 63