View Single Post
  #3  
Old 12-23-2001, 01:11 PM
Faheria_GP2 Faheria_GP2 is offline
Banned
Faheria_GP2's Avatar
Join Date: Oct 2001
Posts: 1,177
Faheria_GP2 is on a distinguished road
it gets stuck in this loop
while (isweapon) {
timeout=0.05;
}

this loop is a major scripting nono, it has no "break" command, and no "sleep" command
Reply With Quote