Guten Tag,
Und zwar bekomme ich diese Errors nicht weg.
C:\Program Files (x86)\Rockstar Games\GTA San Andreas\gamemodes\Selfmade.pwn(186) : error 017: undefined symbol "cache_get_row_int"
C:\Program Files (x86)\Rockstar Games\GTA San Andreas\gamemodes\Selfmade.pwn(187) : warning 202: number of arguments does not match definition
C:\Program Files (x86)\Rockstar Games\GTA San Andreas\gamemodes\Selfmade.pwn(188) : warning 202: number of arguments does not match definition
C:\Program Files (x86)\Rockstar Games\GTA San Andreas\gamemodes\Selfmade.pwn(248) : error 017: undefined symbol "cache_get_row_float"
C:\Program Files (x86)\Rockstar Games\GTA San Andreas\gamemodes\Selfmade.pwn(368) : warning 202: number of arguments does not match definition
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
2 Errors.
Zeile 187:
cache_get_row(0, 1, g_PlayerInfo[playerid][pPass], g_Handle, 130);
Zeile 188:
cache_get_row(0, 2, g_PlayerInfo[playerid][pSalt], g_Handle, SALT_LENGTH+1);
Zeile 248:
g_PlayerInfo[playerid][pPos][1] = cache_get_row_float(0, 6, g_Handle),
Zeile 368:
mysql_real_escape_string(string, esc_string, g_Handle, sizeof(esc_string));
Ich hoffe mir könnte jemand helfen
Mfg