User
Pass
2FA
 
 

Cerere Plugin SimonMenu !

 
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    Freakz Forum Index -> Trash Bin -> CS 2006-2019 (Archived) -> Resources
Author Message3805
h3r01n4

[Account disabled]



Status: Offline
(since 30-06-2014 18:55)
Joined: 17 Apr 2013
Posts: 122, Topics: 67
Location: Romania

Reputation: -46.5
Votes: 8

Post Posted: 02-06-2013, 19:50:55 | Translate post to: ... (Click for more languages)

Am cautat peste tot dar tot nu gasesc -


E un plugin numit Simon menu


As vrea sa aibe astea :

==================
1. Deschide Celulele | => As vrea toate astea daca se poate !
2. Pune un day | => Sma + Amxx
3. Scoate pe cineva | => Toate pe [/url]girlshare.ro
4. Ding !!! | => Multumesc mult
==================
:hammers:

0 0
  
Back to top
View user's profile Send private message
crizzatu
[Banned user]


Banned


Status: Offline
(since 26-06-2014 19:12)
Joined: 02 Jul 2011
Posts: 811, Topics: 80
Location: Localhost Y!M: RoCrizzatu

Reputation: 209.2
Votes: 56

 
Post Posted: 04-06-2013, 20:24:38 | Translate post to: ... (Click for more languages)

* Ti l-am facut in GRABA -
* Sunetu de ding il pui in jbextreme si il ei de pe srv meu Jb.Freakz.Ro!!!- cu denumire Ding
* Vezi ca eu nu l-am compilat si nu l-am testat daca intampini dificultati ma anunti pritr-un pm sau REPLY aici!

Link sma: http://www.girlshare.ro/32562131.8
Code:
/* Plugin generated by AMXX-Studio */

#include <amxmodx>
#include <amxmisc>
#include <hamsandwich>

#define PLUGIN "New Plugin"
#define VERSION "1.0"
#define AUTHOR "Crizzatu"


public plugin_init() {
   register_plugin(PLUGIN, VERSION, AUTHOR)
   register_clcmd("say /sm", "cmd_simonmenu")
}

public cmd_simonmenu(id)
   {   
   static menu
   
   new title[64];
   formatex(title, 63, "\rJailBreak \wSimonMenu %s\w", VERSION)
   new menu = menu_create(title, "simonmenu_choice")
   
   menu_additem(menu, "Deschide Celule", "1", 0)
   menu_additem(menu, "Ding!!", "2", 0)
   menu_additem(menu, "Zile Speciale", "3", 0)
   
   menu_display(id, menu)   
   return PLUGIN_HANDLED
}

public simonmenu_choice(id, menu, item)
   {
   if(item == MENU_EXIT)
      {
      menu_destroy(menu)
      return PLUGIN_HANDLED
   }
   
   static dst[32], data[5], access, callback
   
   menu_item_getinfo(menu, item, access, data, charsmax(data), dst, charsmax(dst), callback)
   menu_destroy(menu)
   get_user_name(id, dst, charsmax(dst))
   
   switch(data[0])
   {
      case('1'):
      {
         jail_open()
         simonmenu_choice(id)
      }
      case('2'):
      {
         emit_sound(0, CHAN_AUTO, "jbextreme/ding.wav", 1.0, ATTN_NORM, 0, PITCH_NORM)
         simonmenu_choice(id)
      }
      //case('5'):
      
      case('3'): {
         client_cmd(id,"say /days") // Schimbi tu la preferintele tale ! Nu am cum sa iti fac eu Zile Speciale ...Nu fac FREE
      }
   }      
   return PLUGIN_HANDLED
}

public jail_open() // Deschide celulele in Jbextreme este deja :D
   {
   static i
   for(i = 0; i < sizeof(g_Buttons); i++)
      {
      if(g_Buttons[i])
         {
         ExecuteHamB(Ham_Use, g_Buttons[i], 0, 0, 1, 1.0)
         entity_set_float(g_Buttons[i], EV_FL_frame, 0.0)
      }
   }
}

 



0 0
  
Back to top
View user's profile Send private message Yahoo! Messenger ID
h3r01n4

[Account disabled]



Status: Offline
(since 30-06-2014 18:55)
Joined: 17 Apr 2013
Posts: 122, Topics: 67
Location: Romania

Reputation: -46.5
Votes: 8

Post Posted: 07-06-2013, 18:42:17 | Translate post to: ... (Click for more languages)

Crizzatule ms frumos frate Love Struck raman dator -
0 0
  
Back to top
View user's profile Send private message
crizzatu
[Banned user]


Banned


Status: Offline
(since 26-06-2014 19:12)
Joined: 02 Jul 2011
Posts: 811, Topics: 80
Location: Localhost Y!M: RoCrizzatu

Reputation: 209.2
Votes: 56

 
Post Posted: 07-06-2013, 19:00:44 | Translate post to: ... (Click for more languages)

Ops !! Stai ca l-am compilat si mam speriat -


0 0
  
Back to top
View user's profile Send private message Yahoo! Messenger ID
The Parasite

[Account disabled]



Status: Offline
(since 19-06-2013 20:40)
Joined: 21 Jun 2012
Posts: 365, Topics: 8
Location: Bucuresti

Reputation: -294.8
Votes: 18

Post Posted: 07-06-2013, 19:15:27 | Translate post to: ... (Click for more languages)

L-ai testat h3r01na?
0 0
  
Back to top
View user's profile Send private message
crizzatu
[Banned user]


Banned


Status: Offline
(since 26-06-2014 19:12)
Joined: 02 Jul 2011
Posts: 811, Topics: 80
Location: Localhost Y!M: RoCrizzatu

Reputation: 209.2
Votes: 56

 
Post Posted: 07-06-2013, 19:15:45 | Translate post to: ... (Click for more languages)

Ti-am facut Pluginu + Alte probleme ce nu le-am descoperit !!

http://www.girlshare.ro/32570228.9

* Am uitat sa pun access doar la ECHIPA CT iar acum este ...
* Pluginu nu mai da nici un fel de eroare la compilare
* Plugin-ul se acceseaza cu /sm sau /simonmenu -



0 0
  
Back to top
View user's profile Send private message Yahoo! Messenger ID
h3r01n4

[Account disabled]



Status: Offline
(since 30-06-2014 18:55)
Joined: 17 Apr 2013
Posts: 122, Topics: 67
Location: Romania

Reputation: -46.5
Votes: 8

Post Posted: 07-06-2013, 20:08:42 | Translate post to: ... (Click for more languages)

Merge , Brici !!!!
Mersi frumos Crizzatu !-

0 0
  
Back to top
View user's profile Send private message
zbang !!

[Account disabled]



Status: Offline
(since 10-12-2015 12:33)
Joined: 20 Sep 2011
Posts: 1412, Topics: 251
Location: precis

Reputation: 96.4
Votes: 66

 
Post Posted: 08-06-2013, 15:05:40 | Translate post to: ... (Click for more languages)

crizzatu wrote:
Ti-am facut Pluginu + Alte probleme ce nu le-am descoperit !!

http://www.girlshare.ro/32570228.9

* Am uitat sa pun access doar la ECHIPA CT iar acum este ...
* Pluginu nu mai da nici un fel de eroare la compilare
* Plugin-ul se acceseaza cu /sm sau /simonmenu -

Nu merge linkul ^^ .

0 0
  
Back to top
View user's profile Send private message
crizzatu
[Banned user]


Banned


Status: Offline
(since 26-06-2014 19:12)
Joined: 02 Jul 2011
Posts: 811, Topics: 80
Location: Localhost Y!M: RoCrizzatu

Reputation: 209.2
Votes: 56

 
Post Posted: 08-06-2013, 18:26:41 | Translate post to: ... (Click for more languages)

Nu iti merge tie -


0 0
  
Back to top
View user's profile Send private message Yahoo! Messenger ID
h3r01n4

[Account disabled]



Status: Offline
(since 30-06-2014 18:55)
Joined: 17 Apr 2013
Posts: 122, Topics: 67
Location: Romania

Reputation: -46.5
Votes: 8

Post Posted: 08-06-2013, 19:18:29 | Translate post to: ... (Click for more languages)

merge super numai ca am scris de la TS /simonmenu si /sm si a mers -
0 0
  
Back to top
View user's profile Send private message

  Topic locked


Topic is closed, you cannot post any messages in it anymore

Locked by destroi112, 27 October 2015 17:43



 
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    Freakz Forum Index -> Trash Bin -> CS 2006-2019 (Archived) -> Resources  


The time now is 03-08-2025, 06:05:13
Copyright info

Based on phpBB ro/com
B

 
 
 







I forgot my password