Help Warrning
#1

Код:
C:\DOCUME~1\EA3B~1\Desktop\FREAKW~1\FILTER~1\CAROWN~1.PWN(1336) : warning 203: symbol is never used: "DealerCar"
I dont have symbol or what the fuck needs i have only this
Код:
new VehicleInfo[MAX_PLAYERS][car_info];
new DealerCars[37];
new Text3D:DealerCar[37];
new Vehicle[MAX_PLAYERS];
new OwnerID[MAX_VEHICLES];
new CarPrice[MAX_VEHICLES];
new VehOwned[MAX_VEHICLES];
new ConfirmSale[MAX_PLAYERS];
new gVehLocked[MAX_VEHICLES];
new VehPlate[MAX_VEHICLES][256];
new gPlayerHasCar[MAX_PLAYERS];
new IsADealerCar[MAX_VEHICLES];
new Checkpoint[MAX_PLAYERS];
AND I wanna know if the filterscript have atleast 1 warning does that gonna work ? because with 1 warning my fs dont work gives me Unable to load CarOwnership.amx
Reply
#2

It means that you never used this line :-

Код:
new DealerCar;
So just remove it.

It says that it is located at line (1336) so go to that line and look for "DealerCar".
Reply
#3

Remove this line:
pawn Код:
new Text3D:DealerCar[37];
Or comment it "//" if you're planning on further use with it.

Show us your server log if the problem loading the filterscript still occurs.
Reply
#4

Quote:
Originally Posted by clarencecuzz
Посмотреть сообщение
Remove this line:
pawn Код:
new Text3D:DealerCar[37];
Or comment it "//" if you're planning on further use with it.

Show us your server log if the problem loading the filterscript still occurs.
TNX HERE IS UR +REP
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)