Hi,
im really thinking about how to create spells. I can code evrything else like movement, dead reckoning and so on. But i really could need some help how to create a spell.
Lets say player push key 1.
Then he´s choosing his enemy. After choosing he casts a fireball (particle animation) this fireball flys to the enemy and kills him.
How can i create such an effect so that every player can see this one?
With enet_ent_create? Creating a fireball model and adding particle animation to it?
Also with those if(MY_CREATOR == MY_CLIENTID)... lines?
Tahnks
