[FilterScript] [FS] Base Vip System!
#21

Quote:
Originally Posted by XRVX
nice job
Ty
Reply
#22

Looks good.
Reply
#23

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
Reply
#24

Screens?
Reply
#25

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

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
Reply
#27

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?
Reply
#28

Yeah those command I get.

But I want to put myself commands in it.
Reply
#29

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
Reply
#30

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

Very nice job!
Reply
#32

Where is The Link Download?
Reply
#33

not bad..
Reply
#34

no commands for vip
Reply
#35

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


Forum Jump:


Users browsing this thread: 3 Guest(s)