Graal Forums

Graal Forums (https://forums.graalonline.com/forums/index.php)
-   Future Improvements (https://forums.graalonline.com/forums/forumdisplay.php?f=10)
-   -   Reading other players stuff (https://forums.graalonline.com/forums/showthread.php?t=18467)

entravial 12-08-2001 03:54 AM

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!


All times are GMT +2. The time now is 11:10 AM.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
Copyright (C) 1998-2019 Toonslab All Rights Reserved.