Tokiwa Battle Royale
GE777
A PHP Battle Royale inspired game
|
Go to the source code of this file.
Variables | |
const | CURSCRIPT 'help' |
$mapitemfile = config('mapitem',$gamecfg) | |
$writefile = GAME_ROOT.TPLDIR.'/itemhelp.htm' | |
if (filemtime($mapitemfile) > filemtime($writefile)) | |
$mapitemfile = config('mapitem',$gamecfg) |
Definition at line 7 of file itemhelp.php.
$writefile = GAME_ROOT.TPLDIR.'/itemhelp.htm' |
Definition at line 8 of file itemhelp.php.
const CURSCRIPT 'help' |
Definition at line 3 of file itemhelp.php.
if(filemtime($mapitemfile) > filemtime($writefile)) |
Definition at line 10 of file itemhelp.php.