25.02.2012, 11:29
Hy, i have a big problem in my gamemode i think...or mysql i don't know this is why i ask you.
The problem is this ->
I put a BReason / BDate / BAdmin colums in my mysql and gamemode to store the info from bans with ban reason ban admin etc and when i ban someone it don't put the admin name or the ban reason or ban date, it put numbers, at ban admin it's something la 150 (depending the name, it can be smaller 90 or higher) and at ban reason / ban date same thing, it put numbers...
It's something like a auto-translate from "EleMenTalL" to "150" and from "hacks" to "115" ...
In mysql i use varchar(135) and latin1_swedish_ci
i run the server on linux
The problem is this ->
I put a BReason / BDate / BAdmin colums in my mysql and gamemode to store the info from bans with ban reason ban admin etc and when i ban someone it don't put the admin name or the ban reason or ban date, it put numbers, at ban admin it's something la 150 (depending the name, it can be smaller 90 or higher) and at ban reason / ban date same thing, it put numbers...
It's something like a auto-translate from "EleMenTalL" to "150" and from "hacks" to "115" ...
In mysql i use varchar(135) and latin1_swedish_ci
i run the server on linux