View Single Post
  #1  
Old 12-08-2001, 03:54 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
Reading other players stuff

~AlphaFlame~

Support for reading other players flags/variables/strings should be added, beyond just players[i].hearts and stuff... maybe something like

playersflag[i].flag-name
playerstring[i].string-name
players[i].var

Then we could do something like

if (weaponfired){
for (i=0;i<playerscount;i++){
if (playersflag[i].canbehit=true)hurtplayer i,players[i].x+1.5,players[i].y+1.5;
}
}

And the such. Or, HP SYSTEMS!
__________________


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