Thread: [Solved] Rain Event Entity
View Single Post
Author Message
rrduna
Member
Join Date: Nov 2010
Location: Brazil
Old 04-26-2020 , 09:34   Rain Event Entity
Reply With Quote #1

Using the fakemeta library, I can generate rain through this entity, but this is not working as it should. Can anyone assist me in a dynamic way to create this rain?


PHP Code:
    if (g_weather_rain)
    {
        
engfunc(EngFunc_CreateNamedEntityengfunc(EngFunc_AllocString"env_rain"))
    } 

Last edited by rrduna; 04-26-2020 at 19:44. Reason: Solved
rrduna is offline