public PlayerCash(playerid) { format(String, sizeof(String),"Cash:%09d",InfoPlayer[playerid][Cash]); TextDrawSetString(TextCash[playerid], String); }