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


Messages In This Thread
Custom models suggestions - by joker2020pro - 05.11.2017, 18:28
Re: Custom models suggestions - by OstGot - 06.11.2017, 09:59
Re: Custom models suggestions - by Dragony92 - 06.11.2017, 10:06
Re: Custom models suggestions - by Romz - 06.11.2017, 10:17

Forum Jump:


Users browsing this thread: 1 Guest(s)