• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

C++ / Login position ..

El Man

«لَا إِلَٰهَ إِلَّا ٱللَّٰهُ»
Joined
Mar 23, 2013
Messages
161
Reaction score
33
-when logout in anyposition .. character save this position and when die . back to the logout position how to solve it ..

-should be back to townid when dead . .not to logout position
 
player.cpp base operand of `->' is not a pointer
bug
Post automatically merged:


when add this (( make error
loginPosition = getTown()->getTemplePosition();

Just do this then

loginPosition = getTemplePosition();
 
Back
Top