15.11.2013, 17:25
Hi Scripterzzzzzz.I need problem with my Ownership system i maked it alone but now when i enter vehicle which his id is from 1 to 162 is on a Sell but i want my maked cars in cfg/cars.cfg to set on buy not any civilian vehicles...Who help me giving REPP !!!
pawn Код:
public IsAnOwnableCar(vehicleid)
{
if(vehicleid >= 1 && vehicleid <= 162) { return 1; }
return 0;
}