mmheo
New Member
- Joined
- Sep 14, 2017
- Messages
- 157
- Reaction score
- 1
hello Guys i have onSpawn and work good but its work when kill monster i need it work when start server.
i use this
otland.net
0.4
i use this
Feature - [CreatureEvent] OnSpawn(cid)
well based on a request, this event occur when the monster is summoned, created, spawned w/e using this to Register any monster function onSpawn(cid) doBroadcastMessage("Monster ".. getCreatureName(cid).." was created.") return true end Support : 0.4 Setup : #goto creatureEvent.h...