13.10.2012, 15:09
Код:
new renttimer[MAX_PLAYERS]; renttimer[playerid] = SetTimer("RentPlati", 60000, 1); public RentStop(playerid) { KillTimer(renttimer[playerid]); } public OnPlayerExitVehicle(playerid) { RentStop(playerid); return 1; }