25.08.2018, 13:45
So i have this define to show rental cost and for other use:
And this is to show it:
But ingame i get: "This vehicle is for rent. You'll pay $VEHICLE_RENT_COST bla bla".
What's wrong?
pawn Код:
#define VEHICLE_RENT_COST 20
pawn Код:
SendClientMessage(playerid, -1, "* This vehicle is for rent. You'll pay "GREEN"$""VEHICLE_RENT_COST"" every 30 seconds.");
What's wrong?