Thread: Help me
View Single Post
  #6  
Old 08-11-2005, 08:57 PM
Grappler Grappler is offline
Registered User
Join Date: Feb 2005
Posts: 43
Grappler is on a distinguished road
First make a .txt with the levels. It should be something like:
a1,a2,a3,a4
b1,b2,b3,b4
c1,c2,c3,c4
d1,d2,d3,d4

etc.

Then, on one of the levels, or in a weapon, add the code:

setmap image,.txt,x,y;

OR

setminimap image,.txt,x,y;

If you want to make the image for the map, then press "m" in the editor after you add the script.
Reply With Quote