No errors, but won't work
#1

pawn Код:
public OnPlayerEnterVehicle(playerid, vehicleid)
{
    if(StarsCar[0] <= vehicleid <= StarsCar[1])
        if(team[playerid] != 6)
            ClearAnimations(playerid),SendClientMessage(playerid,GREEN,"You're not S.T.A.R.S.");
            else
            if(UCCars[0] <= vehicleid <= UCCars[1])
                 if(team[playerid] != 7)
                      ClearAnimations(playerid),SendClientMessage(playerid,GREEN,"You're not U.C.");
    return 1;
}

I doesn't give any errors, but it doesn't work in game =/
Reply


Messages In This Thread
No errors, but won't work - by marinov - 14.11.2010, 21:47
Re: No errors, but won't work - by marinov - 14.11.2010, 22:11
Re: No errors, but won't work - by marinov - 14.11.2010, 22:21
Re: No errors, but won't work - by Cameltoe - 14.11.2010, 22:25
Re: No errors, but won't work - by marinov - 14.11.2010, 22:31
Re: No errors, but won't work - by Jefff - 15.11.2010, 00:05
Re: No errors, but won't work - by marinov - 15.11.2010, 00:12

Forum Jump:


Users browsing this thread: 1 Guest(s)