SA-MP 0.3e RC client/server

Započeo NoFear, Mart 05, 2012, 14:38:48 POSLE PODNE

prethodna tema - sledeća tema

0 članova i 2 gostiju pregledaju ovu temu.


SA-MP 0.3e RC

SA-MP 0.3e is mainly a security update. Some new features and models are planned. More will be added during the RC period.

- There are some minor security problems in the previous version which is resulting in servers being attacked with specially made tools. Resolving this issue requires both a client and server update.

Optional client update SA-MP 0.3e RC7-2

- There were some issues with object material changing (including text materials) where the material changes might effect all objects using the same model ID.

Client/server update SA-MP 0.3e RC7

- Adds SetObjectMaterialText/SetPlayerObjectMaterialText for replacing an object's texture with text.
- Fixes problem with players being randomly cuffed if they spawned for you while alt-tabbed.
- Vehicle seat ID checks are less strict for planes and boats.
- SetPlayerAttachedObject now has 2 additional default parameters for material colour. This will require you to recompile your scripts for 0.3e.
- Material colours are now in ARGB format.
- New models from cessil: Blank squares for creating signs, some replacement buildings and houses.

Client/server update SA-MP 0.3e RC6

- Fixes game crash if your vehicle is deleted while you're using the look behind camera.
- Removes Pay'n'Spray map icons.
- Adds GetVehicleModelInfo() pawn native for getting various information about vehicle models such as size etc.
- Local head movements are automatically disabled when using the attached object editor tool.
- Adds SetObjectMaterial() and SetPlayerObjectMaterial() so you can replace the texture on an object with a texture from another model in the game.
- New objects from cessil: for sale sign, gasmask, grass, poker table.
- Fixes a bug where an uncontrollable player might still appear to have animations (like jumping etc) to other players.

Client/server update SA-MP 0.3e RC5

- There was a new bug introduced in 0.3e RC4 where sunk vehicles might get deleted by the client.
- Fixed: TextDraw still using hover colour after selection was disabled.
- Extra security is added to script callbacks including OnDialogResponse.
- Fixed: Two-sided texture problem with the bucket model.
- Adds per-player TextDraw system with up to 256 TextDraws per player. There are now global-scope TextDraws and player-scope. All TextDraw functions have player variants:


native PlayerText:CreatePlayerTextDraw(playerid, Float:x, Float:y, text[]);
native PlayerTextDrawShow(playerid, PlayerText:text);
native PlayerTextDrawHide(playerid, PlayerText:text);
native PlayerTextDrawSetString(playerid, PlayerText:text, string[]);
// ..[] etc


Client/server update SA-MP 0.3e RC4

- Should fix vehicle ID messup if a dead vehicle was deleted by the game.
- Player slots for the RC are now uncapped (up to 500 players).
- Fixed texture filtering issue on the new models.
- Added noclip flymode camera example filterscript.
- New models from cessil: 40 more walls, vehicle barrier, bucket, scarf.
- The server can now enable the player's mouse cursor to click on a TextDraw:


native TextDrawSetSelectable(Text:text, set); // the default is 0 (non-selectable)
native SelectTextDraw(playerid, hovercolor); // enables the mouse so the player can select a textdraw
native CancelSelectTextDraw(playerid); // cancel textdraw selection with the mouse
forward OnPlayerClickTextDraw(playerid, Text:clickedid);


Notes on SelectTextDraw():
- All clickable TextDraws must use TextDrawTextSize to define the clickable area. It is possible to create TextDraws without using this function.
- You should enable the TextDraw box when doing the layout so you can see the region which is clickable. You can disable the box after.

Client/server update SA-MP 0.3e RC3

- Fixed problem where player attached objects might appear floating, not attached to the player - if the game decided to stream the player out.
- Attached objects will be removed when the player respawns or enters class selection, not when the player dies (during the death animation).
- Added new objects from cessil: ~40 new walls including doorways and windows, handcuffs, police lights, speed bump, different coloured headphones.

Screenshots of new handcuffs object:



Client/server update SA-MP 0.3e RC2

- Fixed bug where the player might get teleported to 0,0,0 if they're surfing a vehicle that gets respawned/deleted.
- New pawns:

native AttachPlayerObjectToVehicle(playerid, objectid, vehicleid, Float:fOffsetX, Float:fOffsetY, Float:fOffsetZ, Float:fRotX, Float:fRotY, Float:RotZ);
native InterpolateCameraPos(playerid, Float:FromX, Float:FromY, Float:FromZ, Float:ToX, Float:ToY, Float:ToZ, time, cut = CAMERA_CUT);
native InterpolateCameraLookAt(playerid, Float:FromX, Float:FromY, Float:FromZ, Float:ToX, Float:ToY, Float:ToZ, time, cut = CAMERA_CUT);
native AttachCameraToObject(playerid, objectid);
native AttachCameraToPlayerObject(playerid, playerobjectid);



Client/server update SA-MP 0.3e RC1

- Fixed a bug introduced in 0.3d where a player might be able to avoid death if they have a custom animation applied.
- An issue setting the player colour of player IDs greater than 500 has been resolved.
- An issue where a player might get kicked if the server used SpawnPlayer() has been fixed.
- Fixed an issue with the server browser where it might crash if invalid data was returned by the server.

Although SA-MP 0.3e is mainly a security update, there are a few new features:

- Added some new models models made by cessil including tophat, cane, several different wall sections.
- Scripted dialogs now have a caption bar.

- The server can get the exact revision of the client using GetPlayerVersion().
native GetPlayerVersion(playerid, const version[], len); // Returns the SA-MP client revision as reported by the player

- A parameter has been added to SetPlayerCameraLookAt() so that the camera will move to the new position, rather than teleport.

#define CAMERA_CUT  2
#define CAMERA_MOVE 1
native SetPlayerCameraLookAt(playerid, Float:x, Float:y, Float:z, cut = CAMERA_CUT);


- A new tool has been added to make it easier to find positions for player attached objects. This new tool can also be used on ordinary objects.

SA-MP 0.3e Files:

Note: The linux server will be available in later RC versions.

Latest:
Client Installer: SA-MP 0.3e RC7-2 Client
Windows Server: SA-MP 0.3e RC7 Windows Server
Linux Server: SA-MP 0.3e RC7 Linux Server

Older:
Client Installer: SA-MP 0.3e RC6 Client
Windows Server: SA-MP 0.3e RC6 Windows Server
Linux Server: SA-MP 0.3e RC6 Linux Server

Client Installer: SA-MP 0.3e RC5 Client
Windows Server: SA-MP 0.3e RC5 Windows Server
Linux Server: SA-MP 0.3e RC5 Linux Server

Client Installer: SA-MP 0.3e RC4 Client
Windows Server: SA-MP 0.3e RC4 Windows Server
Linux Server: SA-MP 0.3e RC4 Linux Server

Client Installer: SA-MP 0.3e RC3 Client
Windows Server (20 players): SA-MP 0.3e RC3 Windows Server

Client Installer: SA-MP 0.3e RC2 Client
Windows Server (20 players): SA-MP 0.3e RC2 Windows Server

Client Installer: [URL"http://team.sa-mp.com/RC/5002/sa-mp-0.3e-RC1-install.exe]SA-MP 0.3e RC1 Client[/URL]
Windows Server (20 players): SA-MP 0.3e RC1 Windows Server

Poslednja Izmena: April 22, 2012, 10:07:22 PRE PODNE od NoFear
Ne bi' sada da padam kada sam stigao dovde...
Sta god da se desi , zauvek ostacu ovde
Ostacu ovde...Zauvek ostacu ovde...
Ne zelim nigde da odem ... Jer najlakse je uspeti al najteze je ostati covek !!!

glu*osti, valjda ce biti nesto dobro u sledecim RC verzijama...

Citat: [CЯP]joXy_ poslato Mart 05, 2012, 14:41:52 POSLE PODNE
glu*osti, valjda ce biti nesto dobro u sledecim RC verzijama...

Potpis.


Server IP: 193.192.58.82:7782
Forum: www.balkan-underline.info


Bolje da rade na SAMP projektu nego da nista nerade.
CitatSA-MP 0.3e is mainly a security update.
Ne bi' sada da padam kada sam stigao dovde...
Sta god da se desi , zauvek ostacu ovde
Ostacu ovde...Zauvek ostacu ovde...
Ne zelim nigde da odem ... Jer najlakse je uspeti al najteze je ostati covek !!!

skoro izaso samp 0.3d a sad i 0.3e, bas su vredni... :P

â–º USKORO â—,,
•Reg/Log System [100%]•House System [80%]•Bizz System [50%] •Ownership system [90%] •Admin System [90%] •GM System [0%] •Stats System [100%] •Jail System [90%] •Job System [70%] •Event System [40%] •Bank System [60%] •Org/Mafije [35%] •Donator System [10%]
I najveci talenti gube se u neradu, zato nemoj traziti izgovor da ne znas nego naÄ'i resenje!

Citat: boban1995 poslato Mart 05, 2012, 15:39:51 POSLE PODNE
skoro izaso samp 0.3d a sad i 0.3e, bas su vredni... :P

0.3d izašao prije 4 mjeseca.

Citat: Z&L poslato Mart 05, 2012, 15:44:51 POSLE PODNE
Citat: boban1995 poslato Mart 05, 2012, 15:39:51 POSLE PODNE
skoro izaso samp 0.3d a sad i 0.3e, bas su vredni... :P

0.3d izašao prije 4 mjeseca.

Pa i to je skoro kako znaju ne updateovati po godinu dana :D
Poslednja Izmena: Mart 05, 2012, 15:45:35 POSLE PODNE od Gotti747
Citat: ...Neno... poslato Januar 26, 2013, 23:31:02 POSLE PODNE
Poceo sam mapati i tu je doslo do problema.Nakon par mapa,vidio sam post Gottia i kaze da nista nevalja da je katastrofa,i pocnemo se svadjati,psovati.Popusimo bananu obojica,i nakon toga nesto sam napravio (mapu) i Gotti kaze dobra,uh reko opet me zajebava,i saljem ja njemu na pm reko ti mene zajebavas,kaze on ne,i pomirimo se.Nakon toga postali smo dosta dobri

sTrumF3

Ovi samo nesto zajebavaju oko update-a,a nist novo  :-\

Trenutno radim novi DeathMatch server... Trazim ljude koji mogu pomoc na bio koji nacin.. Za vise info PM ;)


sTrumF3

Citat: kizla poslato Mart 05, 2012, 18:51:01 POSLE PODNE
da ste pogledali malo nove stvari vidjeli da ima i par zanimljivosti ;)

http://ch-slike.com/images/FV3jH.png
http://ch-slike.com/images/2jn6Z.png
http://ch-slike.com/images/OPvIt.png
http://ch-slike.com/images/J6XL.png
http://ch-slike.com/images/PQVvf.png
nie lose :) ali ipak mi je bolji 0.3d
edit : sada dok pola vlasnika servera sazna za 0.3e..proci ce 1 god LOL
Poslednja Izmena: Mart 05, 2012, 19:59:33 POSLE PODNE od sTrumF3

ricken


sTrumF3

Citat: Rickeη poslato Mart 05, 2012, 20:00:46 POSLE PODNE
Citat: sTrumF3 poslato Mart 05, 2012, 19:58:57 POSLE PODNE
Citat: kizla poslato Mart 05, 2012, 18:51:01 POSLE PODNE
da ste pogledali malo nove stvari vidjeli da ima i par zanimljivosti ;)

http://ch-slike.com/images/FV3jH.png
http://ch-slike.com/images/2jn6Z.png
http://ch-slike.com/images/OPvIt.png
http://ch-slike.com/images/J6XL.png
http://ch-slike.com/images/PQVvf.png
nie lose :) ali ipak mi je bolji 0.3d
edit : sada dok pola vlasnika servera sazna za 0.3e..proci ce 1 god LOL
Jedini ako su oni ko ti pa da su zaostali...
sta,nekontam..jel ti pricas kineskobosanski/srpski/hrvatski ?

ricken

Citat: sTrumF3 poslato Mart 05, 2012, 20:01:41 POSLE PODNE
Citat: Rickeη poslato Mart 05, 2012, 20:00:46 POSLE PODNE
Citat: sTrumF3 poslato Mart 05, 2012, 19:58:57 POSLE PODNE
Citat: kizla poslato Mart 05, 2012, 18:51:01 POSLE PODNE
da ste pogledali malo nove stvari vidjeli da ima i par zanimljivosti ;)

http://ch-slike.com/images/FV3jH.png
http://ch-slike.com/images/2jn6Z.png
http://ch-slike.com/images/OPvIt.png
http://ch-slike.com/images/J6XL.png
http://ch-slike.com/images/PQVvf.png
nie lose :) ali ipak mi je bolji 0.3d
edit : sada dok pola vlasnika servera sazna za 0.3e..proci ce 1 god LOL
Jedini ako su oni ko ti pa da su zaostali...
sta,nekontam..jel ti pricas kineskobosanski/srpski/hrvatski ?
Necu da ovo sada prelazi u svadu danas ti se sve sazna tako da ih vec pola zna za ovo.. Tako da nepricaj glupost. Jedino ako tebi treba godinu dana...

Odlican pocetak updatea ali i brz :/
Izrada web aplikacija/desktop aplikacija, kontakt PM.
VPS/Dedi managment 'n' hosting @pm also.