SA-MP Forums Archive
SA-MP 0.3.8 RC (cancelled -> 0.3.DL) - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP DL Edition (https://sampforum.blast.hk/forumdisplay.php?fid=92)
+--- Forum: SA-MP 0.3.DL (https://sampforum.blast.hk/forumdisplay.php?fid=90)
+--- Thread: SA-MP 0.3.8 RC (cancelled -> 0.3.DL) (/showthread.php?tid=644105)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40


Re: SA-MP 0.3.8 RC - Saddin - 07.11.2017

Quote:
Originally Posted by Ryses
View Post
Awesome version but,

I am having a trouble with adding it to my game; it doesnt appear. No idea why

AddSimpleModel(-1,19379, -2001, "star_A8K.dff", "star_TXD1.txd");

in which format should I add this to my game? Because this object isnt from GTA SA and doesnt have object id.
Name of .dff and .txd file have to be the same (I think).


Re: SA-MP 0.3.8 RC - renatog - 07.11.2017

Quote:
Originally Posted by Saddin
View Post
Name of .dff and .txd file have to be the same (I think).
.dff and .txd file names can be different (I tested).


Re: SA-MP 0.3.8 RC - Lanegan - 07.11.2017

Just a suggestion for future updates: Since we have custom features now, would be useful to have a new column in the servers list showing the total size of "downloadable material" from each server or a new filter option "No custom models", so players who are searching for servers without custom models or "light servers" (servers with low amount of custom models) wouldn't need to spend time connecting in each server to check how much of megabytes (or even gigabytes) they need to download.


Re: SA-MP 0.3.8 RC - Xeon™ - 07.11.2017

Quote:
Originally Posted by EmimooCL
Посмотреть сообщение
When will they put it on sa-mp.com, bone so you can update the main page with the new version xD
RC Version done = released on sa-mp.com


Re: SA-MP 0.3.8 RC - nicolabonza - 07.11.2017

Quote:
Originally Posted by TheRealSphinx
Посмотреть сообщение
Hello,

I would suggest to use lz4 compression for the server <-> client transfer of the objects.

With cmake support:
https://github.com/Sphinxila/lz4

Also a FreeBSD support would be nice without enabling the stupid linux kernel stuff.
So I would appreciate a FreeBSD build.
I think this is a nice idea!


Re: SA-MP 0.3.8 RC - Alex Magaсa - 07.11.2017

Quote:
Originally Posted by Xeon™
Посмотреть сообщение
RC Version done = released on sa-mp.com
Fake news? They did not lol re-check the www.sa-mp.com and News section ^^


Re: SA-MP 0.3.8 RC - kristo - 07.11.2017

Quote:
Originally Posted by Alex Magaсa
Посмотреть сообщение
Fake news? They did not lol re-check the www.sa-mp.com and News section ^^
you totally missed the context of that sentence


Re: SA-MP 0.3.8 RC - ZaikerH - 08.11.2017

I still do not understand how it works.
What I understand is, only new functions were added, right?



Re: SA-MP 0.3.8 RC - Frezeli - 08.11.2017

OMG I LOVE YOU SO MUCH KYE THANKS FOR THE UPDATE, HUGE HUMONGOUS LOVE FOR YOU!


Re: SA-MP 0.3.8 RC - Sew_Sumi - 08.11.2017

Quote:
Originally Posted by ZaikerH
View Post
I still do not understand how it works.
What I understand is, only new functions were added, right?
A whole feature was added, and some fixes for display/sound issues.


Re: SA-MP 0.3.8 RC - IllidanS4 - 08.11.2017

GetPlayerSkin seems to return incorrect ids for new skins, doesn't it?


Re: SA-MP 0.3.8 RC - X337 - 08.11.2017

Awesome!


Re: SA-MP 0.3.8 RC - JesusJagger - 08.11.2017

Tnx Kalkor!


Re: SA-MP 0.3.8 RC - Jeroen52 - 08.11.2017

Quote:
Originally Posted by sprtik
Посмотреть сообщение
GetPlayerSkin seems to return incorrect ids for new skins, doesn't it?
It doesn't for me, are you sure it downloaded the custom skins for you?


Re: SA-MP 0.3.8 RC - Sanady - 08.11.2017

Where I can find AddSimpleModel syntax, I meant which parameter is what?


Re: SA-MP 0.3.8 RC - Admigo - 08.11.2017

Quote:
Originally Posted by Sanady
Посмотреть сообщение
Where I can find AddSimpleModel syntax, I meant which parameter is what?
QUOTE from Kalcor:
Код:
AddCharModel(base skin (used for voice, animations), new skin ID, dff file in the models folder, txd file in the models folder);
from pawn: SetPlayerSkin(playerid, new skin ID);

AddSimpleModel(virtual world (-1 is all virtual worlds), base model (used for IDE flags), new model ID (-1000 to -30000), dff file in models folder, txd file in models folder);
from pawn: CreateObject(new model ID, position, rotation etc..);



Re: SA-MP 0.3.8 RC - angelxeneize - 08.11.2017

Good job


Re: SA-MP 0.3.8 RC - griman15 - 08.11.2017

how can I work with that? what's the code to programing?


Re: SA-MP 0.3.8 RC - andrei947258 - 08.11.2017

man , how to add a custom car model and sapwn the custom car! ,please help me!


Re: SA-MP 0.3.8 RC - renatog - 08.11.2017

Quote:
Originally Posted by andrei947258
Посмотреть сообщение
man , how to add a custom car model and sapwn the custom car! ,please help me!
Custom vehicles aren't supported yet.