Hy Allied Modders users, is there a way with a plugin to color a sprite like rain or snow ?
i have a Zombie Mod server and it will be usefull to make red rain
Code:
#include < amxmodx >
#include < fakemeta >
#pragma semicolon 1;
public plugin_init() {
register_plugin("ENV Rain", "0.0.1", "AMXX Dev Team");
}
public plugin_precache() {
engfunc(EngFunc_CreateNamedEntity, engfunc(EngFunc_AllocString, "env_rain"));
}
Is it possible or i must edit and precache another sprite ? Thanks, if counts i use the Orpheu module too!
__________________