07.01.2014, 14:38
Quote:
getting error at this line offone
Код:
if(iCount - iLastFixCar[playerid]) > 10000) return SendClientMessage(playerid,RED,"You need to wait 10 Seconds to fix car again!"); Код:
if(gettime() - iLastFixCar[playerid]) > 1) |
if(gettime() - iLastFixCar[playerid]) > 1)
one bracked too much in both lines
