Custom models suggestions
#1

  • Use compression of custom models. This will help to save traffic and reduce download time when transferring a large number of models.
  • Add the use of TXD archives for TextDraw sprites:
Code:
AddSpriteArchive("mySprites.txd");
PHP Code:
new Text:textdraw1 TextDrawCreate(10.00000025.000000"mySprites:logo");
TextDrawFont(textdraw1TEXT_DRAW_FONT_SPRITE_DRAW); 
  • Add the ability to use your own animation libraries:
Code:
AddAnimLib("myAnims.ifp");
PHP Code:
ApplyAnimation(playerid"myAnims""animName", ...); 
Reply
#2

Quote:
Originally Posted by joker2020pro
View Post
Use compression of custom models. This will help to save traffic and reduce download time when transferring a large number of models.
Yeah it would be wonderful because downloading fairly small amount of data at the moment takes a very loong time.
And also would be nice to see textures as textdraws which would give the possibility to make really cool interfaces.
Reply
#3

http://forum.sa-mp.com/showthread.ph...69#post3950269
Reply
#4

Downloading sprites is very cool, it will add a lot of new ideas for creating beautiful interfaces, logos and other interesting things.
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)