17.04.2017, 22:06
I'm getting argument tag mismatch at this lines:
What's wrong?
pawn Код:
new bankey = DB::RetrieveKey(gGlobal[s_bantable], "name", ReturnPlayerName(target));
pawn Код:
new bankey = DB::RetrieveKey(gGlobal[s_bantable], "name", ReturnPlayerName(playerid);
if(bankey == DB_INVALID_KEY)
{
bankey = DB::RetrieveKey(gGlobal[s_bantable], "ip", ReturnPlayerIP(playerid);
}