Search Results
Personellement j'ferait plutфt se genre de fonciton: pawn Code: #define SetPlayerMoney(%0,%1) ResetPlayerMoney(%0);GivePlayerMoney(%0,%1);argent[%0]=%1#define GivePlayerMoneyEx(%0,%1) GivePlayerMone...
255
Here is a tutorial for coordinated -> http://forum.sa-mp.com/index.php?topic=90445.0
986
Your coordinate are can be incorrect
986
At the top of your script: pawn Код: new TatilAlani; In OnGameModeInit or elsewhere pawn Код: TatilAlani = CreateArea(/*The coordinated minX, maxX, minY, maxY*/); pawn Код: public OnPla...
986
The link is the image, then click on the image of the file For an example I ferris tomorrow.
986
Ok, keep me informed of your test I would be happy to test on ubuntu ^^
5,878
Her works well under ubuntu It's really cool. It does lack the volume depending on the distance (as PlayerPlaySound)
37,237
I can not download the file EDIT: it's good, I managed to download it I will test its. EDIT2: Код: [14:54:54] Loading plugin: scriptplayer.so [14:54:54] ScriptPlayer Plugin loaded. [14:54:54...
5,878
If you wish I have a dedicated server in ubuntu.
5,878
Ok, I'm looking forward to this update
37,237
I compiled the plugin under ubuntu but its still not working!
37,237
After you download and put the boost lib under /usr/include I have some error that I can not solve Code: g++ -O2 -fshort-wchar -shared -o "../plugins/audio.so" *.o -lboost_thread-gcc43-mt-s /usr/bin...
37,237
I try but I have errors when I compile: s
37,237
The plugins do not work on ubuntu. The sounds are not send to client
37,237
It's really cool !!!!! Small suggestion: add GetPluginVersion to simplify the comparison of the client version and version of plugin
37,237
Description This script will allows you to create easily area, for one player or for all palyers Functions Code: CreateArea(Float:minX, Float:maxX, Float:minY, Float:maxY); // Create area for all ...
986
You do not have a suggestion to improve the script? ++ Fred
219
This is a simple FS to make a dynamic teleport. You can add or delete the teleport, if you are logged in game with the RCON. It also saves the list of the teleports that you made in game and it reload...
219