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

Pages: 1 [2]
16
Servers / Re: |0.4| Ethical DeathMatch
« on: September 20, 2014, 05:54:28 pm »
Good MOD! :)

17
Script Discussion / Re: Admin Commands
« on: September 14, 2014, 12:38:00 pm »
OK  :)

18
Script Discussion / Admin Commands
« on: September 13, 2014, 07:45:13 pm »
Does 0.4 have admin commands? Like 0.3 /kick, /ban, etc. :)

19
Snippet Showroom / Re: GetPlayerNameFromID
« on: September 13, 2014, 06:32:20 pm »
in Squirrel

function GetPlayerNameFromID(id)
{
   return FindPlayer(id).Name
}

20
Resolved Bug Reports / Re: [BUG] 0.3z server online in 0.4 masterlist
« on: September 06, 2014, 08:20:09 pm »
Description
Today, a new server came in the masterlist, but it is a 0.3 server.92.222.25.150:6000

What you think caused the bug
Maybe the announce plugin works for 0.3z servers too ?

IP of server: 92.222.25.150:6000
He announce with 0.4 server. And then starts a 0.3 server with same port.

21
Resolved Bug Reports / Re: [BUG] Player Dies Before Spawning
« on: September 05, 2014, 07:35:21 pm »
I don't have this issue.

22
I think it's a bug in this module. It isn't use multithread. So every 2.5 minute it will obstruct the server.

This is by design. Any plugin which uses threads is going to be unreliable by nature because the server only operates on two threads, RakNet's packet handling thread and everything else.

Repeating the success message every 2.5 minutes is also by design so that players can see that their server is regularly being updated instead of assuming that something happened to the plugin that caused it to stop. However, if there is interest in removing it because it's a major obstruction, it can be done easily.
But Why sometime player lost connection? Is network problem? BTW, please fix it http://forum.vicecitymultiplayer.com/index.php?topic=6866.0

23
Script Discussion / Re: Proposition score and Website link
« on: September 05, 2014, 06:52:30 am »
+1

Why not go ahead and add a whole rules list in that case. The score thing in the playerlist is in my opinion unneeded, but if you are going to add it why not add more. To be honest, I kinda like the LU query protocol (or UGP what VRocker calls it I think). You can request all kinds of data from the players like skin, position, health, score, etc.

If you're going to add more stuff to the query protocol, it would be nicer to switch to one that has it properly implemented: UGP.
I think I can write a plugin to replace current query protocol.

24
I think it's a bug in this module. It isn't use multithread. So every 2.5 minute it will obstruct the server. Now I use my own announce.exe.

25
General Discussion / Problem with the forum
« on: August 30, 2014, 07:16:44 pm »
I can't zoom the webpage on my iPhone.
Screenshot:
Is it something wrong with the webpage? Please fix it!

26
Good!

27
Resolved Bug Reports / [NOBUG] GetPlayerIP empty
« on: August 30, 2014, 08:15:27 am »
Description
GetPlayerIP return empty string.

Reproducible
Always

What you were doing when the bug happened
using GetPlayerIP function

What you think caused the bug
I don't know.

Not a bug. It's my code issue.

28
General Discussion / [SUGGESTION]Please add screenshot support!
« on: August 30, 2014, 01:30:14 am »
Old topic: http://vcmp.liberty-unleashed.co.uk/forum/index.php?topic=2684.0
In 0.3 press F8 can take a screenshot, but why 0.4 can't?

29
Vice City / Can I help for 0.4?
« on: December 16, 2013, 05:15:31 pm »
I'm a student from China. Now every weekends I have some free time. Can I do something help for VCMP 0.4?

Pages: 1 [2]