Some help
#1

I'm getting argument tag mismatch at this lines:

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);
    }
What's wrong?
Reply


Messages In This Thread
Some help - by Despacito - 17.04.2017, 22:06

Forum Jump:


Users browsing this thread: 1 Guest(s)