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

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);
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)