Bug in New Update!!!!
Posted: Fri Nov 27, 2009 9:41 pm
Code: Select all
if( player.Current_waypoint_type == WPT_RUN or
player.Current_waypoint_type == WPT_TRAVEL ) then -- runing mode, don't wait for target
cprintf(cli.green, language[113]); -- we don't stop and don't fight back
break;Code: Select all
<waypoints type="TRAVEL">Please correct me if iam in correct ..... Or correct this code ?