SA-MP Forums Archive
[FilterScript] AVS - Advanced Vehicle System - 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: Filterscripts (https://sampforum.blast.hk/forumdisplay.php?fid=17)
+--- Thread: [FilterScript] AVS - Advanced Vehicle System (/showthread.php?tid=276887)

Pages: 1 2 3 4 5 6


Re: AVS - Advanced Vehicle System - Freemuffins - 25.11.2012

Getting this error

warning 235: public function lacks forward declaration (symbol "GetPlayerAVSAdmin")

on this:

public GetPlayerAVSAdmin(playerid)
{
return PlayerInfo[playerid][pAdmin];
}


pAdmin is my admin system


Re: AVS - Advanced Vehicle System - CityWorld - 01.12.2012

there is a bug with /givecarkeys?


Re: AVS - Advanced Vehicle System - InActtiveâ„¢ - 11.12.2012

Quote:
Originally Posted by Freemuffins
View Post
Getting this error

warning 235: public function lacks forward declaration (symbol "GetPlayerAVSAdmin")

on this:

public GetPlayerAVSAdmin(playerid)
{
return PlayerInfo[playerid][pAdmin];
}


pAdmin is my admin system
Go to your forwards and add this:
Code:
forward GetPlayerAVSAdmin(playerid);



Re: AVS - Advanced Vehicle System - Astrais - 16.12.2012

I have a question, say If a player bought a car and then logged out and logged back in again does he need to respawn his car and if so how?


Re: AVS - Advanced Vehicle System - este119 - 17.12.2012

Where we make this? Where is the admin script? 5. Link this FS with your admin system (if you want)

Just add this function to the admin script

pawn Code:
public GetPlayerAVSAdmin(playerid)
{
return PlayerInfo[playerid][pAdmin];
}

You must use YOUR admin system variable. PlayerInfo[playerid][pAdmin] is just EXAMPLE.


Re: AVS - Advanced Vehicle System - TheEpicBraxton - 23.12.2012

How do I repark the dealer vehicle somewhere else? cause I do /editv but Idk what [nr] [value1] [value2]


Re: AVS - Advanced Vehicle System - KAMPOT - 25.12.2012

I have a problem when I enter add command vehicle (/ addv 0 411 2 1 150000), the system writes an error (invalid dealerid) tell me that is not correct I enter


Re: AVS - Advanced Vehicle System - hatchoe101 - 26.12.2012

how i can add an vehicle i tryed /addv 402(buffalo) blue blue 50000 but that doesn't work.
Can you help me, if you can help me PM me please.


Re: AVS - Advanced Vehicle System - TheEpicBraxton - 02.01.2013

Its needs a /getcar command!


Re: AVS - Advanced Vehicle System - Smokey619 - 03.01.2013

love it. very good script


Re: AVS - Advanced Vehicle System - GM - 03.01.2013

nice work and good jab


Re: AVS - Advanced Vehicle System - vMapper - 03.01.2013

Cool AVS, <3 it!


Re: AVS - Advanced Vehicle System - maho422 - 05.01.2013

Hey everythings works fine for me , but is there any way players can like /park , the car because eveyrtime it respawns in the store its really annoying its getting overfilled by cars please help


Edit : FOund it nvm


Re: AVS - Advanced Vehicle System - maho422 - 05.01.2013

ladmin4v2 , Please help i wanna link my admin system with this filterscripts i use ladmin4v2 but cant find its variable please someone help me .. i really need to do it so all admins can /respawncars.

And why does all mods diseapar when you respawn the car ? :/


Re: AVS - Advanced Vehicle System - Smokey619 - 05.01.2013

Quote:
Originally Posted by maho422
View Post
ladmin4v2 , Please help i wanna link my admin system with this filterscripts i use ladmin4v2 but cant find its variable please someone help me .. i really need to do it so all admins can /respawncars.

And why does all mods diseapar when you respawn the car ? :/
I use ladmin but I login as rcon it's the same thing almost since ladmin has reloadfs as a command. But you need to go to transfender or arch angels and tune your car at the shop. If you got a tune fs it doesn't save. I know because I had the same problem.


Re: AVS - Advanced Vehicle System - peternbj - 20.02.2013

yo. i was wondering if there is a way to save the location to the dealership cars.

like when i was restarting the server, all the cars spawned where i the dealership icon is.


i know this was a little late but i hope someone still cares


Re: AVS - Advanced Vehicle System - rouzbeh - 06.03.2013

perfect script.......

i have a problem with this fs on my own server

when i choose \'cancel\' on buying car or /v option,server will close the connection

i think i must config my gm with this fs,because i tested it in another gm and worked successfully.

plz help me to fix this.this is best fs for me..................


Respuesta: AVS - Advanced Vehicle System - JordanR - 11.04.2013

Very good this vehicles system, going to try this on my server.


Re: AVS - Advanced Vehicle System - JohnnyChen - 26.04.2013

Download links (files) are attached to the fist post, bottom.


Check for this:
Code:
Attached Files
	avs.amx (108.8 KB, 2057 views)
	avs.pwn (105.4 KB, 4249 views)



Re: AVS - Advanced Vehicle System - Yochui - 12.05.2013

Nice, thank you very much!