08.08.2012, 11:01
simple look at those:
pawn Код:
RentCarHUD[playerid] = CreatePlayerTextDraw(playerid, 44.000000, 323.000000, "Rentcar Cost: ~g~$0");
pawn Код:
FuelCarHUD[playerid] = CreatePlayerTextDraw(playerid, 44.000000, 308.000000, str);
Код:
//this is repeated in both of them thats why the X location is the same in both 44.000000

