22.12.2010, 18:12
Quote:
Didn't help that much ;/
number 6.When a player enters a plane his color will change. I mean a script example PlayerinVehicle something like that ;/ |
pawn Код:
new mod = GetVehicleModel(vehicleid);
if(mod==id1||mod==id2||and so on)
{
SetPlayerColour(playerid,color);
}
return 1;
}