SA-MP Forums Archive
[FilterScript] [FS] Base Vip 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] [FS] Base Vip System! (/showthread.php?tid=138074)

Pages: 1 2


Re: [FS] Base Vip System! - aircombat - 02.06.2010

Quote:
Originally Posted by XRVX
nice job
Ty


Re: [FS] Base Vip System! - mevi - 03.06.2010

Looks good.


Re: [FS] Base Vip System! - jorambo - 06.07.2010

How to make commands for a certain level?

Like this:
if (strcmp(cmd, "/healme", true) ==0)
{
if(Pinfo[playerid][Vip_Level <= 1])
{
format(string, sizeof(string), "You have healed the victim with 100% health (+$100)");
SendClientMessage(playerid, COLOR_WHITE, string);
SetPlayerHealth(giveplayerid, 100.0);

}
else
{
SendClientMessage(playerid, COLOR_GREY, "Je bent geen admin dus je mag dit niet gebruiken!");
}
return 1;
}

I get these errors.
I only found like if(Pinfo[playerid][Vip_Level] But I want to make commands for a certain level or for like level only for 2 or 3.

D:\joram server\gamemodes\Libertylife1.pwn(1507) : warning 213: tag mismatch
D:\joram server\gamemodes\Libertylife1.pwn(1507) : warning 213: tag mismatch


Re: [FS] Base Vip System! - Brian_Furious - 06.07.2010

Screens?


[FS] Base Vip System! - [NoV]LaZ - 06.07.2010

Quote:
Originally Posted by Brian_Furious
View Post
Screens?
Screens to what ? It's a filterscript, not a map.
________
Make A Vaporizer


Re: [FS] Base Vip System! - jorambo - 06.07.2010

Yeah why you need screens when I use this how can I made command for a certain level for example

/vr for VIP level 3


Re: [FS] Base Vip System! - Brian_Furious - 06.07.2010

Quote:
Originally Posted by [NoV]LaZ
View Post
Screens to what ? It's a filterscript, not a map.
screens for
Code:
 /setvip (Rcon Admins)
/viplevel (Regular Player)
How to work the commands?


Re: [FS] Base Vip System! - jorambo - 06.07.2010

Yeah those command I get.

But I want to put myself commands in it.


[FS] Base Vip System! - [NoV]LaZ - 06.07.2010

Quote:
Originally Posted by Brian_Furious
View Post
screens for
Code:
 /setvip (Rcon Admins)
/viplevel (Regular Player)
How to work the commands?
Download the script and check it out.
________
Website Host


Re: [FS] Base Vip System! - Brian_Furious - 06.07.2010

Quote:
Originally Posted by [NoV]LaZ
View Post
Download the script and check it out.
Alright...


Re: [FS] Base Vip System! - MrSnapp - 28.07.2012

Very nice job!


Re: [FS] Base Vip System! - UserIndonesia - 16.08.2012

Where is The Link Download?


Re: [FS] Base Vip System! - Dasharkishanjan5 - 16.08.2012

not bad..


Re: [FS] Base Vip System! - sani_2010 - 01.05.2013

no commands for vip


Re: [FS] Base Vip System! - d0nTtoucH - 02.05.2013

any imageS? more info ? like commands .. 1/10 ..