Ownership Help [REP ++]
#1

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;
}
Reply
#2

BUMP
Reply
#3

anyone ?
Reply
#4

What do you actually mean? Could you give a better explaination please.
Reply
#5

When i enter to vehicle which id is from 1 to 162 that vehicle is on dealership to buying but that car is civilian from Police not for Dealership ...
Reply
#6

your sentence isn't making any sense.. Sorry.
What does "but that car is civillian frm Police not from dealership"
Reply
#7

Well, all I got to say is no one gives a damn about your problems with Ravens Roleplay.

Really look at this non sense.

pawn Код:
if(vehicleid >= 1 && vehicleid <= 162) { return 1; }
This is code with obscure and counter-intuitive checks riddled throughout the whole script, and you really expect anyone to help you? It's obvious you don't know much about scripting yet so you should really try some tutorials if you knew even a bit you would realize how bad this script is.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)