17.03.2012, 04:24
This is where the tag mismatch is
This is the string.
This is the sdisplay.
Help please!
pawn Код:
TextDrawSetString(sdisplay[playerid], string); // The actual changing of the textdraw
pawn Код:
format(string, sizeof(string), "%i MPH", s2[playerid]); // The textdraw string
pawn Код:
sdisplay[playerid] = TextDrawSetString(Speedometer[playerid], " ");