Ownership Problem[solution please!]
#1

k i got a fs from a friend... so look i have 345 cars and 53 cars i added.. but i added somecars and my Jester isnt mine anymore..

PHP код:
public IsAnOwnableCar(vehicleid)
{   
//29 319
    
if(vehicleid >= 346 && vehicleid <= 399) { return 1; } //53
    
return 0;

how can i fix it??
Reply
#2

try

pawn Код:
public IsAnOwnableCar(vehicleid)
{
    //29 219
    if(IsValidVehicle(vehicleid)) return 1;
    return 0;
}
#Not Tested
Reply
#3

what does it do?
Reply
#4

i dont get this i buy sell to dealer and player i have normal money when i go to fill gas the moneys goes up.. same for everything i give rep i want the dealer to be like gm..
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)