Thread: Exodus
View Single Post
  #36  
Old 05-17-2002, 01:07 AM
Slaktmaster Slaktmaster is offline
man with the mastahplan
Slaktmaster's Avatar
Join Date: Apr 2001
Location: Half-way over the river styx
Posts: 4,422
Slaktmaster is an unknown quantity at this point
Send a message via ICQ to Slaktmaster Send a message via AIM to Slaktmaster
Quote:
Originally posted by Neonight

Jeff:

The script for the weapon, if it'll actually help you, is as follows:

if(playerenters){
toweapons Noobie Explo Script;
setstring client.ammo,10;
}
if(weaponfired){
if(strtofloat(#s(client.ammo))>0){
for(i=0;i<playerscount;i++){
putexplosion 1,players[i].x,players[i].y;
}
setstring client.ammo,#v(strtofloat(#s(client.ammo))-1);
}
}


Less than 5 minutes to do...ammo salesmen modify string client.ammo.

*this was a public service announcement to hopefully shut up this worthless thread*

Kai, if I were you I'd make a rule against hiring threads in NPC Scripting. They belong in Playerworlds x.x
Sorry, that will put an explosion on yourself, you don't get the job.
Reply With Quote