Raised This Month: $7 Target: $400
 1% 

Showing results 1 to 25 of 148
Search took 0.01 seconds.
Search: Posts Made By: rastafari
Forum: Suggestions / Requests 01-02-2013, 07:36
Replies: 2
Views: 863
Posted By rastafari
Re: [EDIT] Admin Thunder -> Only CT [Bind (key) thunder]

I dont really think "bind key thunder" would work because the command which is used by the plugin requires a name to be executed.
Forum: Suggestions / Requests 01-02-2013, 07:33
Replies: 14
Views: 8,008
Posted By rastafari
Re: bans not written banned.cfg and listip.cfg

I don't exactly know why it happens, but I usually have this problem too.
I use HLSW and it is actually showing the banned people. It has also a feature to unban.
http://www.hlsw.org/
Forum: Suggestions / Requests 12-31-2012, 11:42
Replies: 12
Views: 2,948
Posted By rastafari
Re: Start Round

#include <amxmodx>

static const START_MESSAGE[5][]={
"ASdasdas",//message
"Asdasdasdfasdasdasfgsd",//other message
"Round started #3",//...
"Round started #4",
...
Forum: Suggestions / Requests 12-31-2012, 02:00
Replies: 12
Views: 2,948
Posted By rastafari
Re: Start Round

I edited the post, please try out the new one.
Forum: Suggestions / Requests 12-30-2012, 15:49
Replies: 11
Views: 3,778
Posted By rastafari
Re: [Req] Fps / Speed check

This is NOT Scripting section ;)
It's the right place for full plugin requests :D

Some examples of Prethink:
http://wiki.amxmodx.org/FakeMeta_General_Usage_(AMX_Mod_X)

Anyway the client...
Forum: Suggestions / Requests 12-30-2012, 15:15
Replies: 12
Views: 2,948
Posted By rastafari
Re: Start Round

#include <amxmodx>

new g_iKor=0;
static const START_MESSAGE[5][]={
"Round 1 started",
"Round 2 started",
"Round 3 started",
"Round 4 started",
"Round 5 started"
}
Forum: Scripting Help 12-30-2012, 15:03
Replies: 3
Views: 1,043
Posted By rastafari
Re: Sound not played

For precaching mp3 it is not needed or better to use "precache_generic"?
Forum: Scripting Help 12-30-2012, 15:00
Replies: 6
Views: 1,655
Posted By rastafari
Re: Error with sound download

Make sure that the sound is in the right place, in this example: "sound/funmenu/item_activated.wav"
If it's correct check if the server allows the clients to download from it. This means check the...
Forum: Scripting 12-30-2012, 14:53
Replies: 9
Views: 5,782
Posted By rastafari
Re: kevlar+helm

Actually I found the code a bit strange, but I know that I'm not a professional, so I said ok. :D
Forum: Scripting Help 12-29-2012, 14:56
Replies: 1
Views: 645
Posted By rastafari
Re: [SOLVED]

Good for you.
Maybe post the problem and the solution to the others.
Forum: Scripting Help 12-29-2012, 02:17
Replies: 7
Views: 1,866
Posted By rastafari
Re: [Need help] Nvault -> MySql saving

This might help you: https://forums.alliedmods.net/showpost.php?p=1500012&postcount=4
Forum: Scripting Help 12-29-2012, 01:59
Replies: 5
Views: 1,571
Posted By rastafari
Re: ColorChat message limit (check max lenght)

Use Notepad++, highlight the message and check its length.
Forum: Code Snippets/Tutorials 12-24-2012, 01:51
Replies: 14
Views: 6,057
Posted By rastafari
Re: Class Menu

Where is the speciality of the code?
I mean it's just a simple menu.
Forum: Unapproved/Old Plugins 12-23-2012, 16:32
Replies: 2
Views: 3,383
Posted By rastafari
Re: First Aid Kit

So many plugins are out there with much more features.
Forum: Scripting Help 12-23-2012, 06:41
Replies: 4
Views: 989
Posted By rastafari
Re: need help!

Well is this possible?

register_clcmd("chooseteam","func")
...
public func(id){
if player is ct
JailBreakDayMenu;
else
show choose team menu;
}
Forum: Scripting Help 12-23-2012, 06:08
Replies: 4
Views: 989
Posted By rastafari
Re: need help!

register_clcmd("chooseteam","func")
Put this is public plugin_init()
Edit: Never used Jailbreak, but you are right
Forum: Suggestions / Requests 12-23-2012, 06:00
Replies: 5
Views: 4,862
Posted By rastafari
Re: Information about %i %s %d ...

new bool:CTwins

public plugin_init()
{
register_logevent("EventRoundEnd" , 2, "1=Round_End")
}

public EventRoundEnd()
{
if(ct_win())
Forum: Scripting Help 12-23-2012, 05:48
Replies: 10
Views: 1,885
Posted By rastafari
Re: [HELP] Multilangual Problem

Connor already said the stock version doesn't support ML.
Forum: Suggestions / Requests 12-23-2012, 05:40
Replies: 5
Views: 4,862
Posted By rastafari
Re: Information about %i %s %d ...

%i or %d - integer (1,5,6,12)
%s - string ("Whattafak?")
%f - float (1.0,5.1234,663.1,3.14159265359)
%c - character ("c", "g", "125") the number means the character in ASCII table
%hp - your hp...
Forum: Approved Plugins 12-23-2012, 01:59
Replies: 23
Views: 16,361
Posted By rastafari
Re: DeathDay / Judgement Day

This plugin became pointless. People have to search for other native tribes to forecast a new world end.
Forum: Suggestions / Requests 12-22-2012, 16:58
Replies: 9
Views: 1,411
Posted By rastafari
Re: How to insert html & css in code?

That's not amxx related. Search on google.
Forum: Suggestions / Requests 12-22-2012, 14:42
Replies: 9
Views: 1,411
Posted By rastafari
Re: How to insert html & css in code?

An example from Mifuntm's (Alka's) New Rank Style (https://forums.alliedmods.net/showthread.php?p=710055) plugin
static motd[1501], len;

len = format(motd, 1500,"<body bgcolor=#000000><font...
Forum: Off-Topic 12-22-2012, 14:27
Replies: 732
Views: 157,454
Posted By rastafari
Re: Happy Birthday Thread

Why you delete the posts of a spambot, they cannot have a birthday? :(
Forum: Off-Topic 12-22-2012, 14:24
Replies: 3,303
Views: 842,836
Posted By rastafari
Forum: Off-Topic 12-22-2012, 14:19
Replies: 0
Views: 458
Posted By rastafari
Sync between gameserver and webpage

Is there a way to copy a .html file from gameservers storage to another storage and keep refreshing to display it in a website?
This would be exactly a chat log.
Showing results 1 to 25 of 148

 
Forum Jump

All times are GMT -4. The time now is 03:05.


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