No errors, but won't work
#5

is the private vehicle thing

this works :

pawn Код:
public OnPlayerEnterVehicle(playerid, vehicleid)
{
    if(StarsCar[0] == vehicleid || StarsCar[1] == vehicleid)
        if(team[playerid] != 6)
            ClearAnimations(playerid),SendClientMessage(playerid,GREEN,"You're not S.T.A.R.S.");
    return 1;
}
but I wanna make some other vehicles private for other team
get it ?
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: 3 Guest(s)