View Single Post
  #5  
Old 02-12-2007, 01:34 AM
xXziroXx xXziroXx is offline
Malorian
xXziroXx's Avatar
Join Date: May 2004
Posts: 5,289
xXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant future
Quote:
Originally Posted by JkWhoSaysNi View Post
Nah, the best way is to made graal call a PHP file through graal using requesturl

PHP Code:
function onActionPlayeronline() {
requesturl("http://location/to/php.file?online=1&account=" player.account);

Then, in the php file have it store the online players to either a text file or a database, make a new request when the player goes offline to remove the player from the list.
I would say this is the best way to do it aswell.
__________________
Follow my work on social media post-Graal:Updated august 2025.
Reply With Quote