04.02.2012, 12:48
I updated the script to SA-MP version 0.3d R2. Interior and virtual world should save now when parking.
I also added a common problems section to first post (please read it before posting any problems)
You can use /trackcar for it. It gives a list of all your vehicles.
You must put the GetPlayerAVSAdmin function to XtremeAdmin2 script and re-compile it.
I also added a common problems section to first post (please read it before posting any problems)
Quote:
i become this error:
error 076: syntax error in the expression, or invalid function call i want to connect the filterscript with my admin system in my gamemode: forward GetPlayerAVSAdmin(playerid); public GetPlayerAVSAdmin(playerid) { return Admin; } this is my admin funktion: stock Admin(playerid,rang) { if(GetPVarInt(playerid,"Adminlevel")>=rang)return 1; return 0; } |
pawn Code:
forward GetPlayerAVSAdmin(playerid);
public GetPlayerAVSAdmin(playerid)
{
return GetPVarInt(playerid,"Adminlevel");
}
Quote:
Someone have idiea or allready writted a command that show you your vehicles like:
Vehicle 1: Club and such i dont really know how to make it i try to find out but allways fails... |
Quote:
EDIT:If someone could help me with my problem i will be verry happy wich that :P
my problem: i have no idea how to link it with my admin system? i have no iadea how i have to varieble my admin system i use XtremeAdmin2. here is a link to it : https://sampforum.blast.hk/showthread.php?tid=286 P.S. I didn\'t make that admin system!!! Thanks |