Raised This Month: $ Target: $400
 0% 

jailbreak menu


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
imnoobsvk
Junior Member
Join Date: Jun 2011
Old 04-20-2012 , 11:39   jailbreak menu
Reply With Quote #1

Hello, im making menu for jailbreak and i dont know how to make that only one player can be simon, can anyone help me? xD
imnoobsvk is offline
claudiuhks
Yam Inside®™℠
Join Date: Jan 2010
Location: Living Randomly
Old 04-20-2012 , 11:43   Re: jailbreak menu
Reply With Quote #2

How to check whether this player should be Simon from a list of players?
For example, you can set one player as Simon if he has a name that contains string [BR].

Last edited by claudiuhks; 04-20-2012 at 11:49.
claudiuhks is offline
Send a message via MSN to claudiuhks Send a message via Yahoo to claudiuhks Send a message via Skype™ to claudiuhks
imnoobsvk
Junior Member
Join Date: Jun 2011
Old 04-20-2012 , 12:22   Re: jailbreak menu
Reply With Quote #3

and how i can make a list of players and check if they meet the requirements?
imnoobsvk is offline
claudiuhks
Yam Inside®™℠
Join Date: Jan 2010
Location: Living Randomly
Old 04-20-2012 , 14:03   Re: jailbreak menu
Reply With Quote #4

PHP Code:
static iPlayers32 ], iNumi;
get_playersiPlayersiNum"a" );

/*
  Flag "a" means dead players will be skiped
*/

for( 0iNumi++ )
{
  static 
cName32 ];
  
get_user_nameiPlayers], cName31 );

  if( 
containicName"[BR]" ) != -)
  {
    
MakeSimoniPlayers] );

    break;
  }
}

/*
  And to take a random player
*/

return iPlayersrandom_num0iNum ) ]; 

Last edited by claudiuhks; 04-20-2012 at 14:03.
claudiuhks is offline
Send a message via MSN to claudiuhks Send a message via Yahoo to claudiuhks Send a message via Skype™ to claudiuhks
imnoobsvk
Junior Member
Join Date: Jun 2011
Old 04-20-2012 , 14:13   Re: jailbreak menu
Reply With Quote #5

ok but i want only one player to be simon, if someone take simon, the others player cant take it again, thanks xD
imnoobsvk is offline
Ex1ne
Senior Member
Join Date: Oct 2011
Location: Norway
Old 04-20-2012 , 16:25   Re: jailbreak menu
Reply With Quote #6

You can use my commander plugin.
__________________
Ex1ne is offline
imnoobsvk
Junior Member
Join Date: Jun 2011
Old 04-20-2012 , 20:23   Re: jailbreak menu
Reply With Quote #7

i need something easier again... i have menu and in the menu is item to be simon, andi need make this: if i or someone else take the simon then no one cant take it again xD

Last edited by imnoobsvk; 04-20-2012 at 20:24.
imnoobsvk is offline
Ex1ne
Senior Member
Join Date: Oct 2011
Location: Norway
Old 04-20-2012 , 20:40   Re: jailbreak menu
Reply With Quote #8

Ok, then what simon plugin do you use if you use one?
__________________
Ex1ne is offline
imnoobsvk
Junior Member
Join Date: Jun 2011
Old 04-20-2012 , 20:46   Re: jailbreak menu
Reply With Quote #9

i have this http://amxx.pl/topic/43599-jbextreme-menu/ + little edited
imnoobsvk is offline
Ex1ne
Senior Member
Join Date: Oct 2011
Location: Norway
Old 04-20-2012 , 20:59   Re: jailbreak menu
Reply With Quote #10

I don't know polish. o.o
Should i make a new one, like if you type /simon you get simon status + access?
__________________
Ex1ne is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 17:19.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode