11.08.2010, 13:34
(
Последний раз редактировалось Sascha; 11.08.2010 в 14:19.
)
the problem is on the Owner %s it doesn't show the name... it only shows "Owner: ||"
Код:
new string[256], id, slots, name[256]; name = 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);