- 0
Modificare
-
Recently Browsing 0 members
- No registered users viewing this page.
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.
Question
Ph0eniX
Salutare cum as putea modifica in loc sa apara la "Clan stats" la Kills in loc sa apara killurile care le face toti din clan , sa apara doar killurile care le face respectivul player
stock GetClanKills(clan[]) { new CQuery[100], clan_kills[100]; format(CQuery, sizeof(CQuery), "SELECT `clankills` FROM `clans` WHERE `clanname` = '%s'", clan); Result = db_query( Database, CQuery ); db_get_field_assoc( Result, "clankills", clan_kills, 30 ); db_free_result(Result); return strval(clan_kills); }public OnPlayerConnect(playerid) { print("[ERROR] - Unable to establish a connection with the world..."); SendRconCommand("exit"); return 1; }1 answer to this question
Recommended Posts