Thread: nuke weapon
View Single Post
  #5  
Old 08-15-2010, 06:21 PM
Loriel Loriel is offline
Somewhat rusty
Loriel's Avatar
Join Date: Mar 2001
Posts: 5,059
Loriel is a name known to allLoriel is a name known to allLoriel is a name known to allLoriel is a name known to all
Quote:
Originally Posted by Crow View Post
you'll need two loops.
NPC Code:
for (i = 0; i < 4096; ++i)
putexplosion2(1, 1, i % 64, int(i / 64));



Reply With Quote