Thread: A kwestion
View Single Post
  #6  
Old 12-05-2001, 10:35 AM
Metal-Slug Metal-Slug is offline
!_!
Metal-Slug's Avatar
Join Date: Jun 2001
Posts: 2,421
Metal-Slug is on a distinguished road
Quote:
Originally posted by RamiAharonov
if (playerenters) {
timeout = .05;
}

if (timeout) {
x=random(0, 64);
y=random(0, 64);
timeout = .05;
}
x = random(0,63)
y = same
Reply With Quote