SA-MP Forums Archive
Whats wrong ???? - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Whats wrong ???? (/showthread.php?tid=275803)



Whats wrong ???? - antsolen - 11.08.2011

Hello , today i removed all cars from larp(gtaRP) , except on bus , so i added new Dealership cars to cars.cfg , i edited
Код:
new CarInfo[52][cInfo];
Код:
public IsAnOwnableCar(vehicleid)
{
	if(vehicleid >= 2 && vehicleid <= 51) { return 1; }
	return 0;
}
and the /rac , but its sayng Number of vehicle models : 1 , and dont show cars ingame , whats problem ?


Re: Whats wrong ???? - XGh0stz - 11.08.2011

Well if you removed all the vehicles except the Bus, that would explain why it says:
Number of Vehicle Models: 1

And of course that would be your bus & no other vehicles would be on the server

CarInfo[52][cInfo] is just a varible, not the actual vehicles... So either put back those vehicles or spawn your own maybe to fix?


Re: Whats wrong ???? - antsolen - 11.08.2011

Quote:
Originally Posted by XGh0stz
Посмотреть сообщение
Well if you removed all the vehicles except the Bus, that would explain why it says:
Number of Vehicle Models: 1

And of course that would be your bus & no other vehicles would be on the server

CarInfo[52][cInfo] is just a varible, not the actual vehicles... So either put back those vehicles or spawn your own maybe to fix?
Yes sir i do that


AW: Whats wrong ???? - xXGaryXx - 11.08.2011

I had the same problem with the Dealership system on LARP... So I deleted the Dealership system and added a new, better one as fs ( ping's fs )... it works perfectly with larp. if you want to have the fs pm me...


Re: AW: Whats wrong ???? - antsolen - 14.08.2011

Quote:
Originally Posted by xXGaryXx
Посмотреть сообщение
I had the same problem with the Dealership system on LARP... So I deleted the Dealership system and added a new, better one as fs ( ping's fs )... it works perfectly with larp. if you want to have the fs pm me...
I pmed you , send me now please :P ?