View Single Post
  #7  
Old 08-30-2001, 03:00 AM
entravial entravial is offline
Registered User
entravial's Avatar
Join Date: Mar 2001
Posts: 825
entravial is on a distinguished road
Send a message via ICQ to entravial Send a message via AIM to entravial Send a message via Yahoo to entravial
~AlphaFlame~

*nods at what Kyle said*

NPC characters do use players[i].vars... I you put something like...

for(i=0;i<playerscount;i++){
putexplosion 0,players[i].x,players[i].y;
}

in a weapon, and had a few showcharacter npcs, you'd see an explosion at each of them ^_^;
__________________


If the post says ~AlphaFlame~, that's who's posting. If not, it's Entravial (owner)
Reply With Quote