28.08.2015, 14:53
How to create stock "GetLeaderFaction" and extracted from my MySQL database name of the player who is leader the faction?
Exemple:
Exemple:
Код HTML:
new string[64]; format(string, sizeof(string), "The Ballas - Leader: %s", GetLeaderFaction(5)); //5 = Faction ID SendClientMessage(playerid, -1, string);