Posts: 7
Threads: 2
Joined: Oct 2011
Reputation:
0
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
Posts: 15
Threads: 4
Joined: Jul 2012
Reputation:
0
there is a bug with /givecarkeys?
Posts: 93
Threads: 13
Joined: Sep 2011
Reputation:
0
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?
Posts: 1
Threads: 0
Joined: Dec 2012
Reputation:
0
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.
Posts: 112
Threads: 28
Joined: Dec 2012
Reputation:
0
How do I repark the dealer vehicle somewhere else? cause I do /editv but Idk what [nr] [value1] [value2]
Posts: 1
Threads: 0
Joined: Dec 2012
Reputation:
0
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
Posts: 23
Threads: 9
Joined: Jan 2012
Reputation:
0
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.
Posts: 112
Threads: 28
Joined: Dec 2012
Reputation:
0
Its needs a /getcar command!
Posts: 170
Threads: 26
Joined: Jun 2009
Reputation:
0
love it. very good script
Posts: 61
Threads: 24
Joined: Nov 2011
Reputation:
0
05.01.2013, 13:26
(
Last edited by maho422; 05/01/2013 at 02:05 PM.
)
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
Posts: 61
Threads: 24
Joined: Nov 2011
Reputation:
0
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 ? :/
Posts: 18
Threads: 0
Joined: Apr 2013
Reputation:
0
Very good this vehicles system, going to try this on my server.
Posts: 25
Threads: 7
Joined: Mar 2013
Reputation:
0
Nice, thank you very much!