01.06.2013, 12:15
How do I insert the value of GetPVarInt in to a player text draw, I tried this but it didn't work
pawn Код:
new PlayerCashBalance[25];
format(PlayerCashBalance, sizeof(PlayerCashBalance), "Cash: %d", GetPVarInt(playerid, "Cash"));
PlayerTextDrawSetString(playerid, CashTextDraw[playerid], PlayerCashBalance);