PHP Code:
#include <amxmodx>
#include <fakemeta>
public plugin_precache()
{
register_plugin("Make Snow", "0.1", "connor")
new iEnt = engfunc(EngFunc_CreateEntity, engfunc(EngFunc_AllocString, "env_snow"))
if( pev_valid(iEnt) )
{
dllfunc(DLLFunc_Spawn, iEnt)
}
}
some maps still can't snow
__________________