15.11.2010, 23:04
Please put a correct title, Change this is not a descriptive title.
Now following "your orders, captain" i changed it to you:
That should work.
Now following "your orders, captain" i changed it to you:
pawn Код:
public OnPlayerEnterVehicle(playerid, vehicleid, ispassenger)
{
if(StarsCar[0] <= vehicleid <= StarsCar[1] && ispassenger==1)
if(team[playerid] != 6)
ClearAnimations(playerid),SendClientMessage(playerid,GREEN,"I need to put descriptive titles on SAMP Forums.");
if(UCCars[0] <= vehicleid <= UCCars[1])
if(team[playerid] != 7)
ClearAnimations(playerid),SendClientMessage(playerid,GREEN,"YSAMP Users won't thank me for my titles.");
return 1;
}