13.07.2015, 18:23
this should be change to
to this
PHP код:
format(str, sizeof(str), "Hours: %s", pPlayingHours);
PlayerTextDrawSetString(playerid, PlayerData[playerid][Textdraw4], str);
PHP код:
format(str, sizeof(str), "Hours: %s", pPlayingHours);
TextDrawSetString(Textdraw4, str);
TextDrawShowForPlayer(playerid, Textdraw4);