Thread: Explosions
View Single Post
  #10  
Old 11-03-2001, 03:27 AM
Poogle Poogle is offline
Registered User
Poogle's Avatar
Join Date: Jun 2001
Posts: 2,471
Poogle is on a distinguished road
Quote:
Originally posted by Enigma_GP6
//weapon
if (weaponfired){
putnpc ,crap.txt,positionghere,heretoo;
}
//CRAP.TXT
spyfire 10,10;
destroy;
Like you suck! Its
if (playertouchsme) {
toweapons blah;
}
if (weaponfired) {
spyfire 10,10;
destroy;
}
Like you stink!
Reply With Quote