Quote:
Originally Posted by whitetigerswt
pawn Код:
format(query, 128, "SELECT group FROM player_groups WHERE `id` = %i", PlayerInfo[playerid][id]);
you only use ' ' for %s
|
Alright thanks. Got it fixed
Quote:
Originally Posted by Skorch
Why do i have to put '`' ? I don't have them in all my queries and it works fine.
|
Could someone answer this?