Problem with string
#1

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);
Reply


Messages In This Thread
[SOLVED] Problem with string - by Sascha - 11.08.2010, 13:34
Re: Problem with string - by Vince - 11.08.2010, 13:37
Re: Problem with string - by Sascha - 11.08.2010, 13:46
Re: Problem with string - by ivex - 11.08.2010, 13:49

Forum Jump:


Users browsing this thread: 1 Guest(s)