03.04.2012, 12:02
Well guys, I need some help about this:
It doesn't put the information in the DB...
-----------
I've tried this too:
-----------
So, please.. Help me!
pawn Код:
new Query[ 129 ];
format( Query, 129, "INSERT INTO `Banlist` VALUES('%s','%s','%s','%s','%s')", GetPlayerIpEx( u_P ), pName( u_P ), s_R, pName( playerid ), Date( ) );
db_query( g_dbKeptAlive, Query );
-----------
I've tried this too:
pawn Код:
new Query[ 129 ];
format( Query, 129, "INSERT INTO Banlist(`IP`, `Name`, `Reason`, `Admin`, `BanDate`) VALUES('%s', '%s', '%s', '%s', '%s')", GetPlayerIpEx( u_P ), pName( u_P ), s_R, pName( playerid ), Date( ) );
db_query( g_dbKeptAlive, Query );
So, please.. Help me!