Spawn Items

Page:1 2  

  • EliasF

    For me it would be amazing to set some vehicles like that and weapons hiden

    ❤️ 0
  • misterSD

    This is probably possible with client-side.

    ❤️ 0
  • Comrade

    All you need to do is to add "cloak:" prefix to entity name, but it works only with CustomAmmoPickup class. Also, only players with sfwcl can see the effect. :) Here's list of all available prefixes: frozen: dynfrozen: wet: cloak: fx: -- for spawning effects https://github.com/diznq/sfwcl/blob/master/src/lua/Files/main.lua#L321

    ❤️ 0
  • Zi;

    Maybe later I can add support for any classes client-side, but problem is it could be heavy on performance to iterate all the entities in-game to check which one need update and which ones don't :D

    ❤️ 0
  • misterSD

    Zi; then make the server send rpc requests manually by scripts :D I mean, like all other fonctions

    ❤️ 0
  • Zi;

    Okay, I will add it and write here or to you on Discord how to use it :D

    ❤️ 0
  • EliasF

    So it could be possible?

    ❤️ 0
  • misterSD

    That will be nice, It will be something new to players.

    ❤️ 0
  • EliasF

    Anything?

    ❤️ 0
  • Deleted account

    Zi; can you make SSM SafeWriting Support XML for level setup? it would make level setup 100% easier cause you would just have to copy the leveldata.xml from level.pak to mapsetup folder :D so you can create a map, save it and just copy the leveldata.xml contend to the levelsetup.xml file!

    ❤️ 0
Page:1 2