15.04.2015, 23:02
You are incorrectly accessing the array. Change this:
To this:
pawn Код:
if(Rentano<i> == GetPlayerVehicleID(playerid))
pawn Код:
if(Rentano[i] == GetPlayerVehicleID(playerid))