05.01.2010, 14:50
Try this one:
pawn Код:
if(IsATaxi(vehicleid) && newstate == PLAYER_STATE_PASSENGER)
{
SetTimerEx("FareAmmount",1000,1,"i",playerid);
}