Just wondering if there is a way to check whether a player has certain event registered, example:
I only know these two:
TFS 1.0
thanks
LUA:
if Player(cid):registerEvent() == "quest2" then
print("hello")
end
I only know these two:
LUA:
Player(cid):registerEvent(name)
Player(cid):unregisterEvent(name)
TFS 1.0
thanks