#1

Well, I was reading topic about YCMD, but it isn't explained the best..

Like it says you don't have to do if(isAdmin(playerid)) since it has it's own permissions. how do I make those permissions?
Reply
#2

if(IsPlayerAdmin(playerid))
{
\\
}
else
{
SendClientMessage(playerid, - 1, "you are not login rcon password") ;
}
Reply
#3

Quote:
Originally Posted by AlexPalermitano97
Посмотреть сообщение
if(IsPlayerAdmin(playerid))
{
\\
}
else
{
SendClientMessage(playerid, - 1, "you are not login rcon password") ;
}
What? This is not what he asked.

Here's a good topic about groups and how to set them so you can create your own groups: https://sampforum.blast.hk/showthread.php?tid=570936
Reply
#4

What dont you understand? There is Permissions part included.
You create a group, and then you add commands to it.

Anyway, you can always open YSI include files, there is documentation for every function.
Reply
#5

Ah, I got it wrong, sorry
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)