12.08.2010, 08:58
Well when you are using GameTextForPlayer you only need the following:
This is how it should look:
if you want to change the colour then:
"~B~" will show the text as blue
pawn Код:
(playerid, const string[], time, style)
pawn Код:
GameTextForPlayer(playerid, str2, 3000, 4);
pawn Код:
format(str2, sizeof(str2), "~B~Owned by: %s", hInfo[hid][Name]);