Mysql problem
#1

the gamemode works completly fine in my pc , i using mysql and , when i put the gamemode in host and data base give's me this error

pawn Код:
Function: mysql_connect called with incorrect parameter count.
Function

pawn Код:
public OnGameModeInit()
{
    Streamer_TickRate(150);
    Streamer_CellDistance(300);
    Audio_CreateTCPServer(7777);
    Audio_SetPack("default_pack", true);
    new ip[ 32 ];
    GetServerVarAsString( "bind", ip, sizeof( ip ) );
    mysql_connect( HOST_ADDR, HOST_USER, HOST_PASS, HOST_DATA );
    if(fexist("IBP/Other/JoinCounter.cfg"))
    {
Reply


Messages In This Thread
Mysql problem - by Jony_Cruze - 06.01.2013, 18:00
Re: Mysql problem - by Jony_Cruze - 07.01.2013, 06:55
Re: Mysql problem - by park4bmx - 07.01.2013, 08:55
Re: Mysql problem - by Jony_Cruze - 07.01.2013, 10:52

Forum Jump:


Users browsing this thread: 1 Guest(s)