• This is a read only backup of the old Emudevs forum. If you want to have anything removed, please message me on Discord: KittyKaev

Reset health mana and cd duel :)

Parranoia

Insane Member
Code:
winner->GetSession()->SendNotification("You just defeated %s! in a duel!", looser->GetName());
Code:
looser->GetSession()->SendNotification("%s defeated you in a duel!", winner->GetName());

Those two lines will cause the server to crash. Use GetName().c_str()
 

faiver

Esteemed Member
this deletion. and made ​​a better one if you liked: (

note: Parranoia thanks for valuing my work :)
 
Top