23.06.2013, 23:38
haha @Kindred i love them links xD
On topic: 2 seconds to make this, let me know if it works:
I'll go test it now and reply back
Edit: it works.
On topic: 2 seconds to make this, let me know if it works:
pawn Код:
public OnPlayerEnterVehicle(playerid,vehicleid,ispassenger)
{
if(GetVehicleModel(vehicleid) == 432)
{
if(GetPlayerScore(playerid) < 100)
{
SendClientMessage(playerid,-1,"You need 100 score to be able to use this vehicle");
ClearAnimations(playerid,1);
}
}
return 1;
}
Edit: it works.

