|
|
#1 |
|
Beta Tester
![]() ![]() ![]() ![]() ![]() Join Date: Jun 2008
Location: 629
Posts: 13,316
Reputation: 1910
|
YSF 0.2 - Linux/CentOS 0.2x support included! Introduction You've been asking for it for months, and it's FINALLY done! This new version of YSF, so fundamental I created a whole new topic for it, supports Windows 0.2.2, 0.2.2r2 and 0.2x AND Linux 0.2x. I will not be doing support for older Linux versions so don't even ask, if you can't be bothered to upgrade to the latest version that's your own lookout. The .so also apparently supports CentOS. Download Straight to the point: HERE Use
Make sure "YSF.dll" is in your "plugins" directory. If you don't have a "plugins" directory make one in your root server directory. Then add: Code:
plugins YSF
Make sure "YSF.so" is in your "plugins" directory. If you don't have a "plugins" directory make one in your root server directory. Then add: Code:
plugins YSF.so
To use the YSF functions in your scripts make sure "YSF.inc" is in "pawno/include". Then add: pawn Code:
To the script you wish to use the functions in. See "Examples" for further usage information. Fixes List of bugs and whether or not they're fixed yet in YSF (or can be fixed). Credits to BeckzyBoi for the original bugs list. Bug Status Notes a_objects.inc
a_players.inc
What I thought would solve it didn't, need to find something else to try.
Was removed, although may be simpleish to implement
May be doable by faking the data sent to other players to say that player got out, instead of was forced out
Doable
Fixed, along with AllowAdminTeleport, was a simple logic mix-up.
Irritating but more a client problem.
This should put you in spectate mode in a fixed location. Easily faked with SetPlayerCamera. a_samp.inc
Should be easy enough to "fix".
Discussion.
Random.
See AllowPlayerTeleport.
Just hide and reshow them.
Future expansion.
a_vehicles.inc
Doubt it can be solved.
I've warned people about this before, it's to do with the map icon limit.
string.inc
strcmp returns the lexographic difference between two strings, the fact that this value can be used to see if two strings are the same is not it's main function. I don't know what the lexographic difference between a string a nothing is, requires looking up to see if this is really a bug or just a function working differently to how people expect. Basically: use dcmd!
Misc
Key FFixed YYet to be released (fixed in my dev version) NNot a bug (IMHO) RRemoved XCan't be done server side -Not looked into ?Don't know WWIP Once everything is green or red YSF is basically finished. Features List of features which aren't bug fixes or new functions.
Functions List of new PAWN functions.
* This function used to be identical to frename, it's now not, make sure you're using the correct one (they still interchangeable on Windows). Examples
pawn Code:
pawn Code:
pawn Code:
pawn Code:
![]()
pawn Code:
Further examples More code elsewhere taking advantage of YSF's features: Sets the world time to an hour/minute combination and uses SetServerRule to update the time viewed in the server browser. Building
To build a new Windows version open YPI.sln in Visual Studio and "build" project "YSF".
To build a new version in Linux open a terminal on the "YPI" directory and type: Code:
make YSF |
|
|
|
|
|
#2 |
|
Beta Tester
![]() ![]() ![]() ![]() ![]() Join Date: Oct 2007
Location: Germany
Posts: 757
Reputation: 85
|
nice
i love it on linux |
|
|
|
|
|
#3 |
|
Gangsta
![]() ![]() ![]() ![]() Join Date: Nov 2006
Posts: 584
Reputation: 3
|
finally!
Thanks |
|
|
|
|
|
#4 |
|
Gangsta
![]() ![]() ![]() ![]() Join Date: Jul 2006
Posts: 662
Reputation: 0
|
Linux+YSF = ftw
![]() EDIT: works on CentOS no problems. |
|
|
|
|
|
#5 |
|
Beta Tester
![]() ![]() ![]() ![]() ![]() Join Date: Jun 2008
Location: 629
Posts: 13,316
Reputation: 1910
|
I forgot to mention YSI isn't ported yet, a lot of the base is the same but there's more work for the other streamer bits (more information on what's going on there later).
|
|
|
|
|
|
#6 |
|
Big Clucker
![]() ![]() Join Date: Feb 2007
Posts: 130
Reputation: 0
|
Omg this is like a SA-MP 0.2.7 server-release
thx very much Y_Less What's your next project? Making GTA IV playable on single core CPU's ? :> *Tjong arranges a new power order*
|
|
|
|
|
|
#7 |
|
Big Clucker
Join Date: Mar 2007
Posts: 101
Reputation: 1
|
Yahooooo! This is awesome! Thank you Y_Less!
Ковалски |
|
|
|
|
|
#8 |
|
Big Clucker
![]() ![]() Join Date: Jan 2007
Posts: 81
Reputation: 0
|
Thanks you for this plugin.
|
|
|
|
|
|
#9 |
|
Little Clucker
![]() Join Date: Aug 2006
Posts: 45
Reputation: 0
|
first off thanks a lot for porting this.
the compiler seems to crash because of these two new natives in the include, pawn Code:
|
|
|
|
|
|
#10 | |
|
Gangsta
![]() ![]() ![]() ![]() Join Date: Jul 2006
Posts: 662
Reputation: 0
|
Quote:
|
|
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Auto Restart for Linux Red Hat / CentOS? | Javi_Cogollero | Server Support | 1 | 31/03/2010 10:54 AM |
| announce wont work/ or something Linux CentoS 5 | XeoN_13 | Help Archive | 8 | 07/11/2009 10:54 PM |
| PAWN 3.2.664 Compiler for Linux (CentOS 5) | ev0lution$YOLO$ | Help Archive | 1 | 20/10/2009 08:57 AM |
| [HELP] CentOS plugin | StrickenKid | Plugin Development | 1 | 08/07/2009 03:54 PM |
| How to Compile a plugin to .so on CentOS 4.7 !? | Castle | Server Support | 3 | 03/04/2009 11:24 PM |