Balkan SA:MP

San Andreas Multiplayer - www.sa-mp.com => Uopšteno o SA-MPu => SA-MP novosti => Temu započeo: kizla poslato Januar 08, 2013, 21:55:34 POSLE PODNE

Naslov: SA-MP 0.3x RC2
Poruka od: kizla poslato Januar 08, 2013, 21:55:34 POSLE PODNE
(http://forum.sa-mp.com/images/samp/logo_forum.gif)

SA-MP 0.3x RC

A new version of SA-MP (0.3x) is on its way. We're making an RC/beta available to server scripters so you can preview the new features before release. If you've been following SA-MP releases for a while, you'll know that the (x) version means this will likely be the final release in the current (0.3) branch.

Updates:

Optional Client update SA-MP 0.3x RC2-4

- Fixes "floating player attachments" problem. Player attachments would sometimes be seen floating, not connected to any player.
- The SA-MP nametag can now show the alt-tab/paused status of a player. Use the client command /nametagstatus to toggle this feature on/off.
- Some modified versions of hair and hat objects added.

Optional Client update SA-MP 0.3x RC2-3

- More fixes for material changing on objects. There were still some lighting issues and backface culling problems.

Optional Client update SA-MP 0.3x RC2-2-2

- Fixes several problems with changing object material colours, including lighting problems and crashes.

Optional Client update SA-MP 0.3x RC2-2

- Certain objects were causing crashes when used with a large draw distance.

Client/Server update SA-MP 0.3x RC2

- The function EnableVehicleFriendlyFire() will enable the friendly fire option for team vehicles. Some servers require friendly fire for players, but not on team vehicles.
- Adds new player special action SPECIAL_ACTION_CARRY for a carrying item animation.
- In 0.3x, the final parameter of OnVehicleDeath (killerid) will be the player who reported the vehicle dead. This should be renamed at some point, although, in the interest of keeping the callback compatible with old scripts, the name won't be changed for 0.3x.
- Additional sanity checks added for vehicle death reporting.
- Should solve any remaining issues with objects disappearing with certain camera angles, if the objects are using a large draw distance.

Optional Client update SA-MP 0.3x RC1-3-1

- Fixes some crashes caused by exploding vehicles.

Optional Client update SA-MP 0.3x RC1-3

- There was an issue with certain objects disappearing in front of the camera. This should be fixed in RC1-3.
- If a server uses friendly fire via SA-MP's team system, team damage will no longer effect team vehicles.
- Car colours 128-255 have been replaced with some more exotic colours. Some colours in this range were previously usable, but most were the same colour. The entire colour set has been revamped.
- When using the EditObject() tool, the scale mode might accidently be activated, meaning you could not save.

Optional Client update SA-MP 0.3x RC1-2

- On certain video cards, vehicle model previews were being drawn with fog.
- Streaming memory was not always being freed when viewing player skin model previews.

Model previews:
A new 'TextDraw' font ID has been added that allows you to create 2D previews of models in the game. Servers can specify the rotation and zoom of a preview.


TextDrawFont(playerid, txtSprite, TEXT_DRAW_FONT_MODEL_PREVIEW);
native TextDrawSetPreviewModel(Text:text, modelindex);
native TextDrawSetPreviewRot(Text:text, Float:fRotX, Float:fRotY, Float:fRotZ, Float:fZoom = 1.0);


Some examples of selection menus that could be created with model previews:
(http://www.sa-mp.com/stuff/03xShots/pmenu_s.png) (http://www.sa-mp.com/stuff/03xShots/pmenu.png) (http://www.sa-mp.com/stuff/03xShots/vmenu_s.png) (http://www.sa-mp.com/stuff/03xShots/vmenu.png)
(http://www.sa-mp.com/stuff/03xShots/omenu_s.png) (http://www.sa-mp.com/stuff/03xShots/omenu.png) (http://www.sa-mp.com/stuff/03xShots/omenu2_s.png) (http://www.sa-mp.com/stuff/03xShots/omenu2.png)

Example scripts for the above are included with the Windows server.

Extended draw distance for objects:

You can now set the draw distance on objects to any distance. This will allow for more seamless object streaming in custom areas.

(http://www.sa-mp.com/stuff/03xShots/ddist2_s.png) (http://www.sa-mp.com/stuff/03xShots/ddist2.png)

Credit to Deadspirrit (http://forum.sa-mp.com/member.php?u=152808) for the above island.

Note: The above feature is still experimental. If you have problems with certain objects using a large draw distance, it's recommended you lower the draw distance of the effected objects.

Fixes:

0.3x contains some important netcode changes, including general security updates that address potential Denial of Service attacks against servers.

- A low-level netcode problem has been addressed that will lower the number of packets that need to be sent from the client and server.
- The potential for a player to send a 0-length command has been addressed.
- Limitations have been placed on the player's ability to query server information like the scoreboard data.
- %x in format() will no longer interpret large integers as being signed.

Downloads:

0.3x RC2 Client
SA-MP 0.3x RC2-4 Client Installer (http://www.sa-mp.com/stuff/03xRC/sa-mp-0.3x-RC2-4-install.exe)
SA-MP 0.3x RC2-3 Client Installer (http://www.sa-mp.com/stuff/03xRC/sa-mp-0.3x-RC2-3-install.exe)
SA-MP 0.3x RC2-2 Client Installer (http://www.sa-mp.com/stuff/03xRC/sa-mp-0.3x-RC2-2-install.exe)
SA-MP 0.3x RC2 Client Installer (http://www.sa-mp.com/stuff/03xRC/sa-mp-0.3x-RC2-install.exe)

0.3x RC2 Server
SA-MP 0.3x RC2 Windows Server (http://www.sa-mp.com/stuff/03xRC/samp03x_svr_RC2_win32.zip)
SA-MP 0.3x RC2 Linux Server (http://www.sa-mp.com/stuff/03xRC/samp03xsvr_RC2.tar.gz)

0.3x RC1 Client
SA-MP 0.3x RC1-3-1 Client Installer (http://www.sa-mp.com/stuff/03xRC/sa-mp-0.3x-RC1-3-1-install.exe)
SA-MP 0.3x RC1-2 Client Installer (http://www.sa-mp.com/stuff/03xRC/sa-mp-0.3x-RC1-2-install.exe)
SA-MP 0.3x RC1 Client Installer (http://www.sa-mp.com/stuff/03xRC/sa-mp-0.3x-RC1-install.exe)

0.3x RC1 Server
SA-MP 0.3x RC1 Windows Server (http://www.sa-mp.com/stuff/03xRC/samp03x_svr_RC1_win32.zip)
SA-MP 0.3x RC1 Linux Server (http://www.sa-mp.com/stuff/03xRC/samp03xsvr_RC1.tar.gz)
Naslov: Odg: SA-MP 0.3x RC
Poruka od: Coldplay poslato Januar 08, 2013, 22:49:50 POSLE PODNE
uuuu zanimljivo posebno ovi textdraw-i :D
Naslov: Odg: SA-MP 0.3x RC
Poruka od: ᵀᴴᴱJames poslato Januar 08, 2013, 23:24:34 POSLE PODNE
Zanimljivo :)
Naslov: Odg: SA-MP 0.3x RC
Poruka od: hudiga poslato Januar 08, 2013, 23:29:38 POSLE PODNE
Fino izgleda :)
Ne rade ti linkovi za download :P
Naslov: Odg: SA-MP 0.3x RC
Poruka od: Mayer poslato Januar 08, 2013, 23:50:59 POSLE PODNE
Šteta šta nije 0.4a,al ovo je ja mislim zadnja 0.3 verzija.Odlična je *__*
Naslov: Odg: SA-MP 0.3x RC
Poruka od: Dude poslato Januar 09, 2013, 00:18:59 PRE PODNE
Nadam se da ce rijesiti problem memorijskog manipuliranja server igracima... naravno mislim na problem CNPC plugina...

to ce znaciti da ce vecina server na balkanu pasti za 80-ak posto s igračima...
Naslov: Odg: SA-MP 0.3x RC
Poruka od: Blaeks poslato Januar 09, 2013, 01:32:30 PRE PODNE
Citat: [CB]√αηĨȴȴα poslato Januar 09, 2013, 00:53:44 PRE PODNE
Iskreno, i nije mi bas neki update, mislim dobro je ovo sto je napravljeno, al ocekivo sam malo vise stvari.
delimo isto misljenje, ali hajd, misao je bitna  :)
Naslov: Odg: SA-MP 0.3x RC
Poruka od: Joey_ poslato Januar 09, 2013, 03:14:57 PRE PODNE
SviÄ'a mi se Å¡to je napravljeno za RC1. Kaj si svi mislite da će odmah u RC1 verziji biti svega i svačega? E pa očito niste upoznati sa SA:MP-om i njegovim prijaÅ¡njim updateovima.

Nadam se da će doć' još dobrih stvari u daljnjim RC-ovima. Ipak je ovo zadnja verzija od 0.3 dijela. :D

Citat: Dude poslato Januar 09, 2013, 00:18:59 PRE PODNE
Nadam se da ce rijesiti problem memorijskog manipuliranja server igracima... naravno mislim na problem CNPC plugina...

to ce znaciti da ce vecina server na balkanu pasti za 80-ak posto s igračima...

Potpis. :)
Naslov: Odg: SA-MP 0.3x RC
Poruka od: kizla poslato Januar 09, 2013, 10:44:04 PRE PODNE
Citat: нÏ...Dιgαâ,,¢ aka Gigo poslato Januar 08, 2013, 23:29:38 POSLE PODNE
Fino izgleda :)
Ne rade ti linkovi za download :P

evo ispravio sam, takoder i za slike da mozete vidjet ;)

btw svida mi se ovo sa objektima, znaci mozete odabrati bilo koji objekt iz SA-MPa odnosno ukljuceni su svi objekti koji postoje i IG editor imate, sto je super i vidljivost objekata je super...
neznam kolko mozete primjetit objekt ali vidite vanjski dio tube ispod semafora...
http://ch-slike.com/images/2013/01/09/6sDwo.png

+

ima i 4 nove FS, najvise mi se svidjela "gl_chat" koja sadrzava komande i funkcije koje su potrebne za RolePlay server sto je super :)
Naslov: Odg: SA-MP 0.3x RC
Poruka od: xXxPored poslato Januar 09, 2013, 11:21:18 PRE PODNE
Nije nesto ali je zanimljivo pravo ovi TD mi se svidaju :)
Naslov: Odg: SA-MP 0.3x RC
Poruka od: αησηумσυѕ poslato Januar 09, 2013, 12:23:11 POSLE PODNE
Nije lose :)
Naslov: Odg: SA-MP 0.3x RC
Poruka od: SteXi.ılllı. poslato Januar 09, 2013, 12:24:52 POSLE PODNE
Svidja mi se, mislio sam da ce jos tog napraviti:)
Naslov: Odg: SA-MP 0.3x RC
Poruka od: xSpirit poslato Januar 09, 2013, 12:31:48 POSLE PODNE
dobro je, ovi textdrawovi ownaju :D
Naslov: Odg: SA-MP 0.3x RC
Poruka od: TiXoR_ poslato Januar 09, 2013, 16:29:10 POSLE PODNE
Citat: [BG]Mayer poslato Januar 08, 2013, 23:50:59 POSLE PODNE
Šteta šta nije 0.4a,al ovo je ja mislim zadnja 0.3 verzija.Odlična je *__*

0.4a će ić nakon ove verzije, jer 0.2x zadnja, onda bi trebalo ić 0.3x, 0.4a.


Citat: Joey_ poslato Januar 09, 2013, 03:14:57 PRE PODNE
SviÄ'a mi se Å¡to je napravljeno za RC1. Kaj si svi mislite da će odmah u RC1 verziji biti svega i svačega? E pa očito niste upoznati sa SA:MP-om i njegovim prijaÅ¡njim updateovima.

Nadam se da će doć' još dobrih stvari u daljnjim RC-ovima. Ipak je ovo zadnja verzija od 0.3 dijela. :D


Slažem se.


Naslov: Odg: SA-MP 0.3x RC
Poruka od: Dejan_Bozovic poslato Januar 09, 2013, 23:37:11 POSLE PODNE
svidja mi se ovo sto je ovdje prestavljeno, nadam se da ima jos toga  ;)
Naslov: Odg: SA-MP 0.3x RC
Poruka od: D3J@|\| poslato Januar 10, 2013, 00:09:35 PRE PODNE
Svidja mi se sto je poboljsana vidljivost  ;D
Naslov: Odg: SA-MP 0.3x RC1-2
Poruka od: kizla poslato Januar 10, 2013, 10:43:49 PRE PODNE
Updates:

Optional Client update SA-MP 0.3x RC1-2

- On certain video cards, vehicle model previews were being drawn with fog.
- Streaming memory was not always being freed when viewing player skin model previews.
Naslov: Odg: SA-MP 0.3x RC1-2
Poruka od: kizla poslato Januar 10, 2013, 13:36:51 POSLE PODNE
Citat: StjepanS poslato Januar 10, 2013, 10:57:33 PRE PODNE
Citat: kizla poslato Januar 10, 2013, 10:43:49 PRE PODNE
Updates:

Optional Client update SA-MP 0.3x RC1-2

- On certain video cards, vehicle model previews were being drawn with fog.
- Streaming memory was not always being freed when viewing player skin model previews.

Vec update, nije nesto velik ali je jako bitan  :)

update jer je bio bug, ev slike buga

(http://forum.sa-mp.com/attachment.php?attachmentid=5178&d=1357751012)

znaci vidis uzimala su vozila boju od pozadine pa je to popravljeno :)
Naslov: Odg: SA-MP 0.3x RC
Poruka od: GodFatherr poslato Januar 10, 2013, 16:00:17 POSLE PODNE
Citat: [SX] TiXoR_ poslato Januar 09, 2013, 16:29:10 POSLE PODNE
Citat: [BG]Mayer poslato Januar 08, 2013, 23:50:59 POSLE PODNE
Šteta šta nije 0.4a,al ovo je ja mislim zadnja 0.3 verzija.Odlična je *__*

0.4a će ić nakon ove verzije, jer 0.2x zadnja, onda bi trebalo ić 0.3x, 0.4a.
0.2 nije imao toliko slova. Loša ti usporedba.
Naslov: Odg: SA-MP 0.3x RC1-2
Poruka od: K4[Я]!K3 poslato Januar 10, 2013, 16:04:49 POSLE PODNE
Sticky, dok se ova verzija razvija i donosi novosti.
Naslov: Odg: SA-MP 0.3x RC1-2
Poruka od: ....Brky.... poslato Januar 10, 2013, 20:04:58 POSLE PODNE
Meni extra izgleda ;)
Naslov: Odg: SA-MP 0.3x RC1-2
Poruka od: cedd poslato Januar 10, 2013, 21:15:14 POSLE PODNE
Jako mi se dopala vidljivost , ali moze ovo mnogo mnogo bolje :)
Naslov: Odg: SA-MP 0.3x RC1-2
Poruka od: GodFatherr poslato Januar 10, 2013, 21:32:01 POSLE PODNE
Bezveze. Ako ćeš donjet updejt onda ga odjenom donesi a ne ovako rc verzije. Stvarno reterdirano updejta.
Naslov: Odg: SA-MP 0.3x RC1-2
Poruka od: Schwarz poslato Januar 11, 2013, 02:09:56 PRE PODNE
Bice vrlo zanimlivo kad se srede sve bugove sta ima ova verzija  :)
Naslov: Odg: SA-MP 0.3x RC
Poruka od: kizla poslato Januar 13, 2013, 15:00:08 POSLE PODNE
Optional Client update SA-MP 0.3x RC1-3

- There was an issue with certain objects disappearing in front of the camera. This should be fixed in RC1-3.
- If a server uses friendly fire via SA-MP's team system, team damage will no longer effect team vehicles.
- Car colours 128-255 have been replaced with some more exotic colours. Some colours in this range were previously usable, but most were the same colour. The entire colour set has been revamped.
- When using the EditObject() tool, the scale mode might accidently be activated, meaning you could not save.
Naslov: Odg: SA-MP 0.3x RC
Poruka od: [BURPG] Wistaa poslato Januar 13, 2013, 15:11:34 POSLE PODNE
Veoma zanimljivo :)
Naslov: Odg: SA-MP 0.3x RC
Poruka od: |W|SoaD123 poslato Januar 13, 2013, 16:36:18 POSLE PODNE
textdraw-ovi su dobri ali nevidim cemu bi mogli bas pretjerano sluziti da budu korisni,jedino sta mi se svidja je veci object distance za to potpisujem koristit ce...
Naslov: Odg: SA-MP 0.3x RC
Poruka od: kizla poslato Januar 13, 2013, 20:44:48 POSLE PODNE
Optional Client update SA-MP 0.3x RC1-3-1

- Fixes some crashes caused by exploding vehicles.
Naslov: Odg: SA-MP 0.3x RC
Poruka od: AzZlack ^^ poslato Januar 14, 2013, 12:16:45 POSLE PODNE
Dobro je  :D
Naslov: Odg: SA-MP 0.3x RC
Poruka od: Mihail_Vukota poslato Januar 16, 2013, 04:53:32 PRE PODNE
Dobar update,al sve vise vise samo idu na sigurnost,a manje na dodatke...

nama su zanimljiviji dodaci al' sigurnost na prvom mestu...
Naslov: Odg: SA-MP 0.3x RC2
Poruka od: kizla poslato Januar 18, 2013, 20:49:44 POSLE PODNE
Client/Server update SA-MP 0.3x RC2

- The function EnableVehicleFriendlyFire() will enable the friendly fire option for team vehicles. Some servers require friendly fire for players, but not on team vehicles.
- Adds new player special action SPECIAL_ACTION_CARRY for a carrying item animation.
- In 0.3x, the final parameter of OnVehicleDeath (killerid) will be the player who reported the vehicle dead. This should be renamed at some point, although, in the interest of keeping the callback compatible with old scripts, the name won't be changed for 0.3x.
- Additional sanity checks added for vehicle death reporting.
- Should solve any remaining issues with objects disappearing with certain camera angles, if the objects are using a large draw distance.
Naslov: Odg: SA-MP 0.3x RC2
Poruka od: Markonו poslato Januar 19, 2013, 12:04:16 POSLE PODNE
Ma begaj bre, isto sra*je :P
Naslov: Odg: SA-MP 0.3x RC2
Poruka od: Mihail_Vukota poslato Januar 19, 2013, 12:26:26 POSLE PODNE
Citat: #define Eagle   3а[Ð"]лЕ poslato Januar 19, 2013, 12:10:37 POSLE PODNE
Nevalja , a i nije nesto.
Ima bugova , cak nemoze ni server da se pokrene.

Nije nesto update,al' server moze da se pokrene.
Sam vidis da na LS RP je na tom klijentu...tako da moze...
Naslov: Odg: SA-MP 0.3x RC2
Poruka od: Coldplay poslato Januar 19, 2013, 13:03:34 POSLE PODNE
Sta se bunite, dolaze polako RC-ove, animacija je dobra, posluzit ce u RP poslovima, i ova funkcija ce dosta pomoci u DM serverima ;)
Naslov: Odg: SA-MP 0.3x RC2
Poruka od: kizla poslato Januar 19, 2013, 22:02:52 POSLE PODNE
Optional Client update SA-MP 0.3x RC2-2

- Certain objects were causing crashes when used with a large draw distance.

EDIT: Za one jos koji nisu vidjeli animaciju za nosenje objekata..

Klikni (http://www.youtube.com/watch?v=XKCIqiJ4gro)
Naslov: Odg: SA-MP 0.3x RC2
Poruka od: Armando Willkinson poslato Jul 14, 2013, 01:36:58 PRE PODNE
ma ima bagova...
Naslov: Odg: SA-MP 0.3x RC2
Poruka od: Blaeks poslato Jul 14, 2013, 01:40:24 PRE PODNE
Citat: Armando Willkinson poslato Jul 14, 2013, 01:36:58 PRE PODNE
ma ima bagova...
ne refreshaj ovoliko staru temu
Naslov: Odg: SA-MP 0.3x RC2
Poruka od: Nesh poslato Avgust 05, 2013, 02:32:37 PRE PODNE
Nema..
Naslov: Odg: SA-MP 0.3x RC2
Poruka od: [BURPG] Wistaa poslato Avgust 05, 2013, 06:32:32 PRE PODNE
Citat: Ñ•Ñ,raнιnja poslato Avgust 05, 2013, 02:32:37 PRE PODNE
Nema..

Spameru pogledaj sta si tu napisao u ovoj temi? Odgovor je nista
Pogledaj u ovoj: http://balkan-samp.com/forum/index.php?topic=78184.msg540288;topicseen#new takodjer nista,vidio sam to dosta puta,prijavio sam te moderatoru,a prijavit cu te i smodu
Naslov: Odg: SA-MP 0.3x RC2
Poruka od: Klaus. poslato Decembar 09, 2013, 11:46:35 PRE PODNE
Puno više se očekivalo a na kraju malo poboljšanja, slažem se s tobom Zorane al bolje da se to uradi.
Naslov: Odg: SA-MP 0.3x RC2
Poruka od: xyzcod2 poslato Decembar 09, 2013, 15:16:17 POSLE PODNE
Citat: DJ kŁ4uS. poslato Decembar 09, 2013, 11:46:35 PRE PODNE
Puno više se očekivalo a na kraju malo poboljšanja, slažem se s tobom Zorane al bolje da se to uradi.
jel vidis ti koliko je stara tema?

0.3x RC2 izasao davno, sada ce vec skoro godina dana od tada, stoga LOCK!