Help Ppc Admin system scripts
#10

Quote:
Originally Posted by BanSilog
Посмотреть сообщение
I do not know why you're just so selfish that I know I need to learn but that's not what I'm supposed to want to be with you and of course I'm starting to know you do not know how to understand me for yourself take you

sorry if I said that's why it's bad for me to ask for bad help? I feel better when you help me than I'm right and I know that I have to learn but I try hard to learn
I am not selfish. I'm too kind sometimes with some people from here, and they don't really deserve help, because they use a ugly lang with us and they think that we'll do their job and they will just copy it. So if i seemed to be selfish or rude with you, I am sorry, I am just tired of people like them. I edited a little bit @Maxandmov code, i hope this will help you to get it right:

PHP код:
public OnPlayerTextplayeridtext[ ] )
{
    
SetPlayerChatBubbleplayeridtext0xFFFFFFFF100.010000 );
    if( 
PlayerInfoplayerid ][ pAdmin ] > )
    {
        new 
str512 ];
        
formatstrsizeofstr ), "[%s] %s: %s"GetAdminRankNameplayerid ), GetPlayerNameplayerid ), text );
        return 
0;
    }
    return 
1;
}
stock GetAdminRankNameplayerid )
{
   new 
str32 ];
   switch( 
PlayerInfoplayerid ][ pAdmin ] )
   {
      case 
1str "Rank 1";
      case 
2str "Rank 2";
      case 
3str "Rank 3";
      case 
4str "Rank 4";
      case 
5str "Rank 5";
      case 
6str "Rank 6";
      
      
//you can add more if you want
   
}
   return 
str;

* Also: "PlayerInfo" doesn't exist because this enum in your GM/FS is named different. Maybe "pInfo" or etc, this
enum is used to save player variables, put in the code above your enum name.
Reply


Messages In This Thread
Help Ppc Admin system scripts - by BanSilog - 09.05.2018, 03:18
Re: Help Ppc Admin system scripts - by BanSilog - 09.05.2018, 09:32
Re: Help Ppc Admin system scripts - by Maxandmov - 09.05.2018, 09:50
Re: Help Ppc Admin system scripts - by BanSilog - 09.05.2018, 09:53
Re: Help Ppc Admin system scripts - by Maxandmov - 09.05.2018, 10:11
Re: Help Ppc Admin system scripts - by BanSilog - 09.05.2018, 11:22
Re: Help Ppc Admin system scripts - by BanSilog - 10.05.2018, 17:27
Re: Help Ppc Admin system scripts - by FaLLenGirL - 10.05.2018, 21:01
Re: Help Ppc Admin system scripts - by BanSilog - 11.05.2018, 00:24
Re: Help Ppc Admin system scripts - by FaLLenGirL - 11.05.2018, 20:59

Forum Jump:


Users browsing this thread: 1 Guest(s)