11.08.2010, 13:49
Quote:
so how to fix it?...
Код:
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); |
Yes you need to use strmid + for strings use "dini_get " not "dini_int"..