- 0
Problema SQLite
-
Similar Content
-
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
dariumare
Am facut un fs si lam compilat si nu mi-a dat erori dar cand scriu comanda in joc nu merge ce am gresit
if(strcmp(cmd, "/boxing", true) == 0) { new Query[256]; new boxing = 1; format(Query, sizeof(Query), "UPDATE `FightStyles` SET `Boxing` = '%d' WHERE `Nume` = '%s'",boxing, playerid); db_free_result(db_query(Database, Query)); SendClientMessage(playerid, COLOR_WHITE, "Bravo, ai invatat boxing!"); return 1; }3 answers to this question
Recommended Posts