14.11.2010, 22:31
(
Последний раз редактировалось marinov; 14.11.2010 в 22:56.
)
is the private vehicle thing
this works :
but I wanna make some other vehicles private for other team
get it ?
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;
}
get it ?