How to insert value of GetPVarInt into a player text draw
#5

Where have you added that part (callback)?
pawn Код:
new PlayerCashBalance[25];
format(PlayerCashBalance, sizeof(PlayerCashBalance), "Cash: %d", GetPVarInt(playerid, "Cash"));
PlayerTextDrawSetString(playerid, CashTextDraw[playerid], PlayerCashBalance);
PlayerTextDrawShow(playerid, CashTextDraw[playerid]);
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 2 Guest(s)