Raised This Month: $32 Target: $400
 8% 

Showing results 1 to 25 of 104
Search took 0.01 seconds.
Search: Posts Made By: demon81
Forum: Suggestions / Requests 09-13-2014, 12:03
Replies: 12
Views: 1,853
Posted By demon81
Re: [REQ] Fix this Plugin

Syturi0, It seems that skz owned you...
Forum: Translation Request 08-22-2014, 20:14
Replies: 10
Views: 3,158
Posted By demon81
Re: Translation for Silent Transfer

bp actually is:

[bp]
TRANSF_SILENT = transferência silenciosa

[pt]
TRANSF_SILENT = transferência silenciosa

(is the same language)
Forum: Translation Request 08-22-2014, 20:10
Replies: 11
Views: 3,083
Posted By demon81
Re: [REQ] Translate

Portuguese:


[pt]
ML_NAME = Nome
ML_XP = XP
ML_LEVEL = Nivel
ML_REWARD1 = [LVL]%c Foste recompensado por alcancar um novo nivel.
ML_REWARD2 = [LVL]%c A recompensa e%c %i Ammo Packs%c....
Forum: Suggestions / Requests 08-20-2014, 20:54
Replies: 4
Views: 1,006
Posted By demon81
Re: [ Help ] LR MENU

not tested: #include <amxmodx>
#include <amxmisc>
#include <cstrike>
#include <fakemeta>
#include <hamsandwich>
#include <fun>
#include <colorchat>
#include <dhudmessage>

#define...
Forum: Scripting Help 08-08-2014, 17:07
Replies: 10
Views: 1,757
Posted By demon81
Re: Total Entries in MySql

but the
SQL_ReadResult(Query, 0) is already set to count the rank. can you change in the code i posted before?
Forum: Scripting Help 08-08-2014, 15:53
Replies: 10
Views: 1,757
Posted By demon81
Re: Total Entries in MySql

and how do i make it appearing in the chat?
like this?
format(szTemp,charsmax(szTemp),"SELECT COUNT(*) AS total, SUM(CASE WHEN exp >= %d THEN 1 ELSE 0 END) AS rank FROM tutorial", total[id])and...
Forum: Scripting Help 08-08-2014, 04:15
Replies: 10
Views: 1,757
Posted By demon81
Total Entries in MySql

public Show_Rank(id) // register cmd to this function
{
for(new i; i < MaxPlayers; i++)
{
if(is_user_connected(i))
Save_MySql(i) // Save all stats to get the correct...
Forum: Off-Topic 08-01-2014, 05:06
Replies: 44
Views: 20,831
Posted By demon81
Re: [PT] Portugueses here?

Heyo!

Eu sou tuga, da FightZone :D

I'm portuguese, and i belong to FightZone :D
Forum: Scripting Help 07-31-2014, 04:46
Replies: 4
Views: 883
Posted By demon81
Re: MySql Help

Sorry then, if someone could move this thread to the Requests section i would be thanked
Forum: Scripting Help 07-30-2014, 06:15
Replies: 4
Views: 883
Posted By demon81
Re: MySql Help

@edit:

how do i make a top15 with a motd using the players name?
Forum: Scripting Help 07-29-2014, 14:36
Replies: 4
Views: 883
Posted By demon81
MySql Help

#include <amxmodx>
#include <sqlx>

#define PLUGIN "Tutorial"
#define VERSION "1.0"
#define AUTHOR "Grim"

// Ur Mysql Information
new Host[] = "hostname"
new User[] = "username"
Forum: Suggestions / Requests 07-21-2014, 17:20
Replies: 11
Views: 1,789
Posted By demon81
Re: [REQ] Help with Menu

thanks to everyone that helped, especially nikko :)

thanks friends :)
Forum: Suggestions / Requests 07-21-2014, 14:40
Replies: 11
Views: 1,789
Posted By demon81
Re: [REQ] Help with Menu

Thanks! It worked with the "chooseteam", but not with the "buy"
Forum: Suggestions / Requests 07-21-2014, 14:32
Replies: 11
Views: 1,789
Posted By demon81
Re: [REQ] Help with Menu

#include <amxmodx>

public plugin_init()
{
register_clcmd( "my_awesome_menu","AwesomeMenu" );
register_clcmd( "buy","AwesomeMenu" );
register_clcmd( "chooseteam","AwesomeMenu" );
...
Forum: Suggestions / Requests 07-20-2014, 18:09
Replies: 11
Views: 1,789
Posted By demon81
Re: [REQ] Help with Menu

It worked, but the B key (buy) don't work, and the chooseteam menu still appears. is there way that i can remove the chooseteam menu and the buy menu?
Forum: Suggestions / Requests 07-20-2014, 15:34
Replies: 11
Views: 1,789
Posted By demon81
Re: [REQ] Help with Menu

For what?

#edit: oh, in the 1st place in plugins.ini?
#edit2: the same, keeps showing the buy menu and the chooseteam menu
Forum: Suggestions / Requests 07-20-2014, 15:18
Replies: 11
Views: 1,789
Posted By demon81
[REQ] Help with Menu

I want this menu (for example), to appear when someone press B (buy) or M (chooseteam) key:

#include <amxmodx>

public plugin_init()
{
register_clcmd( "my_awesome_menu","AwesomeMenu" );
}...
Forum: Scripting Help 05-08-2012, 14:36
Replies: 19
Views: 2,084
Posted By demon81
Re: remove text from hlds ! [req!]

try to enter the server and disconnect -.-
Forum: Suggestions / Requests 05-03-2012, 14:53
Replies: 9
Views: 1,621
Posted By demon81
Re: [REQ] I need this amazing plugin +.+

kramesa, i don't know the authors, so i putted my name and grd, who helped me...
Forum: Suggestions / Requests 05-03-2012, 13:15
Replies: 9
Views: 1,621
Posted By demon81
Re: [REQ] I need this amazing plugin +.+

If you want this plugin, send me a PM
Forum: Suggestions / Requests 05-03-2012, 13:09
Replies: 3
Views: 1,207
Posted By demon81
Re: [Help] With some Plugins

He is portuguese, i will try to translate him:
Forum: Trash 04-17-2012, 14:30
Replies: 57
Views: 29,593
Posted By demon81
Forum: Trash 04-15-2012, 10:30
Replies: 57
Views: 29,593
Posted By demon81
Re: Fraglimit Advanced v1.1 [UPDATED 07.11.2010]

this plugin is not supported anymore -.- you can't read ?
Forum: Scripting Help 04-03-2012, 07:06
Replies: 2
Views: 1,939
Posted By demon81
Re: Choose random CT

How i put that in that plugin ?
Forum: Scripting Help 04-02-2012, 19:29
Replies: 2
Views: 1,939
Posted By demon81
Choose random CT

How i put this plugin choosing a random CT:

#include < amxmodx >
#include < cstrike >
#include < colorchat >

public g_iSimon;

new const g_szPrefix[ ] = "^04[Jailbreak]^01";
Showing results 1 to 25 of 104

 
Forum Jump

All times are GMT -4. The time now is 10:08.


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