24.07.2010, 15:22
Its recommended to use
format(gstring, sizeof(gstring),"~w~You killed ~g~%s", playername);
GameTextForPlayer(killerid, 1000, 3);
As it is much easier with less space, and almost the same result
(gstring is not what a woman wears
, but gstring = gametextstring
)
format(gstring, sizeof(gstring),"~w~You killed ~g~%s", playername);
GameTextForPlayer(killerid, 1000, 3);
As it is much easier with less space, and almost the same result

(gstring is not what a woman wears

