
12-08-2001, 03:54 AM
|
|
Registered User
|
 |
Join Date: Mar 2001
Posts: 825
|
|
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)
|
|
|
|