sry pall but this is a coding section
before you can use more sprites, you first have to make them or download a couple
then you got to precache them like this
Code:
public plugin_precache(){
precache_model("sprites/sprite1.spr");
precache_model("sprites/sprite2.spr");
}
that will make them available in your server
but to really use them you have to make a function that creates the sprites (makes them do something nice or just place them around a point)
war3ft made a special attack which spawns them