Rent System problems
#2

You are incorrectly accessing the array. Change this:

pawn Код:
if(Rentano<i> == GetPlayerVehicleID(playerid))
To this:

pawn Код:
if(Rentano[i] == GetPlayerVehicleID(playerid))
Reply


Messages In This Thread
Rent System problems - by Ale1234 - 15.04.2015, 22:40
Re: Rent System problems - by Emmet_ - 15.04.2015, 23:02

Forum Jump:


Users browsing this thread: 1 Guest(s)