01.12.2012, 18:59
Hi guys!
I need help with my admin name system.
The problem is, that every time, I want to switch my name to my admin name, the server crashes.
Anyway, here's the code parts:
The part under PlayerInfo
The MySQL fetching
The part under the AOD command
Hope to get help soon.
(( Translated from Estonian. ))
I need help with my admin name system.
The problem is, that every time, I want to switch my name to my admin name, the server crashes.
Anyway, here's the code parts:
The part under PlayerInfo
pawn Код:
aName[24]
pawn Код:
mysql_fetch_field_row(Field,"aName"), PlayerInfo[playerid][aName] = strval(Field);
pawn Код:
SetPlayerName(playerid, M2ngijaInfo[playerid][aNimi]);
Hope to get help soon.
(( Translated from Estonian. ))