
11-03-2001, 03:27 AM
|
|
Registered User
|
 |
Join Date: Jun 2001
Posts: 2,471
|
|
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! |
|
|
|