30.06.2011, 08:41
I did this pawn code...
No errors, But I can't see the text in game.. Why?
Код:
public ScoreUpdate() { new string[100]; TextDrawHideForAll(Text:scores); format(string,sizeof(string),"~b~Cops:%d ~l~Hitman:%d ~y~Vagos:%d", Copscore,Hitmanscore,Vagosscore); scores = TextDrawCreate(271.000000,400.000000,string); TextDrawTextSize(scores,200.000000,0.000000); TextDrawSetOutline(scores,0); TextDrawSetShadow(scores,0); TextDrawShowForAll(Text:scores); }