Search Results
It's to kick a player from a faction, when he's offline, basically, this compares if both players are in the same faction, if they are the command proceeds to kicking the other player. The problem is...
112
Basically i have this code: pawn Код: format(query, sizeof(query), "SELECT `faction` FROM `users` WHERE `name` = '%s'", name);mysql_function_query(dbHandle, query, false, "", "");format(query, si...
112
How would i compare two mysql results? For example, I am checking if both players are in the same faction, if they are, the sender can kick the other one out of the faction, i've been wrapping my head...
46