Forum: Show Off
04-27-2009, 08:59 PM
|
|
Replies: 144
Views: 43,235
i use 2 functions i wrote
function...
i use 2 functions i wrote
function return_class($classid) {
switch ($classid) {
case 1:
$class = "Warrior";
break;
case 2:
$class = "Paladin";
break;
|
Forum: Show Off
04-23-2009, 06:16 PM
|
|
Replies: 144
Views: 43,235
I'm not sure if it's just me but I have been...
I'm not sure if it's just me but I have been having problems with special letters that people use in their names such as "ë" ... sometimes they get displayed as random garbage, is there any fix for...
|