11.08.2010, 13:46
so how to fix it?...
that works neither... however I guess what I just did was kinda stupid...
Код:
new string[256], id, slots, name[20]; format(name, sizeof(name), "%s", dini_Int(dat, "Name")); id = dini_Int(dat, "ID"); slots = dini_Int(dat, "Slots"); format(string, sizeof(string), "Owner: %s || Vehicle Slots: %d || House ID: %d", name, slots, id); SendClientMessage(playerid, ORANGE, string);