06.01.2013, 18:00
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
Function
pawn Код:
Function: mysql_connect called with incorrect parameter count.
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"))
{