Nope other than that its just display stuff and normal phpbb stuff ***************************************************************************/ define('IN_PHPBB', true); $phpbb_root_path = './'; include($phpbb_root_path . 'extension.inc'); include($phpbb_root_path . 'common.' . $phpEx); include($php...
I'm makeing a game for my forums were it randomly choses 2 numbers if the fir=st number is higher you win if its lower you lose. But i'm haveing trouble heres what it does if 1 - 1 - it says tie 1 - 2 - it doesnt say anything 2 - 2 - it doesnt say anything 2 - 1 - it says you lose Obviosly something...
I was wondering if anybody would be able to make a blackjack game for phpbb I just need the meat of the files were it picks the cards allows hits and stands and those things it doesnt need to be compatible with point mods of any sort (i could probly figure out how to add it myself)
By the way, this is from your mod moogie :/ Usable Items mod.... This from usable Items instruction: #-----[ FIND ]------------------------------------------ # $playeritems .= "<tr><td class=\"row2\"><span class=\"gensmall\"><img src=\"shop/images/$itemarray[$xe]."...