Raised This Month: $51 Target: $400
 12% 

Showing results 1 to 25 of 98
Search took 0.01 seconds.
Search: Posts Made By: wEight
Forum: Off-Topic 06-24-2015, 09:36
Replies: 5
Views: 1,115
Posted By wEight
Re: Adding admins through IP (1.6)

Can you like answer my question?
Forum: Off-Topic 06-24-2015, 09:34
Replies: 10
Views: 16,706
Posted By wEight
Re: GT Protector (Load) ?!

Thx ovidius, that worked . Whatever load_gtrs_fhcgvfjg
Forum: Off-Topic 06-23-2015, 17:02
Replies: 5
Views: 1,115
Posted By wEight
Forum: Off-Topic 06-23-2015, 14:44
Replies: 5
Views: 1,115
Posted By wEight
Adding admins through IP (1.6)

Well... since there's a way to hack a player's steamid (Steal it), does anyone else add admins by IP? I mean sure i can make him a password and i can add by nickname, but It's just annoying how you...
Forum: Scripting Help 06-19-2015, 13:48
Replies: 5
Views: 1,087
Posted By wEight
Re: Motds Plugin

Try this:


public your_public_function(id)
{
new configsdir[200]
new MOTDfile[200]

get_configsdir(configsdir ,199)
format(MOTDfile, 199, "%s/motd/document_name.txt",...
Forum: Scripting Help 06-19-2015, 13:42
Replies: 16
Views: 2,393
Posted By wEight
Re: Knife Api Question

Alright then, it just didn't make sense to me, this is the first time I'm hearing about it lol
Thanks...
Forum: Scripting Help 06-19-2015, 13:22
Replies: 16
Views: 2,393
Posted By wEight
Re: Knife Api Question

API is that .amxx file right?
Forum: Scripting Help 06-19-2015, 13:06
Replies: 16
Views: 2,393
Posted By wEight
Re: Knife Api Question

You don't have to find if you don't want to. And stop pretending to be stupid if you want to be helpful. I'm waiting for someone who might know where the module is, i searched not just in that...
Forum: Scripting Help 06-19-2015, 12:57
Replies: 16
Views: 2,393
Posted By wEight
Re: Knife Api Question

Do I need to repeat? What if I or anyone else can't find it when searched? Searched the thread and found nothing that's why i made this thread, you understand now?
Forum: Scripting Help 06-19-2015, 12:48
Replies: 16
Views: 2,393
Posted By wEight
Re: Knife Api Question

Please search yourself before telling me (or anyone) to search, Translation: Please do find my answer yourself, didn't find it? Well I'm sorry but I couldn't find it as well, that's why i made this...
Forum: Scripting Help 06-18-2015, 19:37
Replies: 16
Views: 2,393
Posted By wEight
Re: Knife Api Question

Depresie ohh never thought of something like that ill try
Wickedd i have no idea why i posted this in scripting help and realized lol


Mods can trash this
Forum: Scripting Help 06-18-2015, 14:24
Replies: 16
Views: 2,393
Posted By wEight
Forum: Scripting Help 06-18-2015, 11:42
Replies: 16
Views: 2,393
Posted By wEight
Knife Api Question

Since i couldn't find the module required in the thread, and everyone just yells "It works", why do i get this message? Where can i find the module?


[ 21] unknown unknown ...
Forum: Suggestions / Requests 06-16-2015, 15:05
Replies: 8
Views: 2,102
Posted By wEight
Re: cs 1.6 plugin help

Before posting, you should always search and read the main threads (Which are very helpful) in every board. You can learn making plugins yourself, start learning Pawn (It's a programming language) cs...
Forum: Suggestions / Requests 06-16-2015, 07:31
Replies: 3
Views: 1,192
Posted By wEight
Re: end round sound

Wrong section, post it in Scripting Help
Forum: Suggestions / Requests 06-16-2015, 07:30
Replies: 8
Views: 2,102
Posted By wEight
Re: cs 1.6 plugin help

You posted in the wrong section. Download Amx Mod X 1.8.2 and start learning Pawn scripting. If you mean a plugin maker like a drag-drop editor, there isn't any, this is a open source community.
Forum: Suggestions / Requests 06-10-2015, 14:25
Replies: 5
Views: 967
Posted By wEight
Re: request

I know i saw disabledcmds.ini somewhere, but now i can't find it anywhere on the internet.. I'm looking for it too. Don't know the name of the plugin but there is a .ini for it where you insert a...
Forum: New Plugin Submissions 06-10-2015, 14:20
Replies: 32
Views: 15,870
Posted By wEight
Re: Showing your legs

sas.mdl not found?!

First, does it work on a custom skin pack? For example JailBreak?
Forum: Unapproved/Old Plugins 06-10-2015, 14:18
Replies: 163
Views: 102,475
Posted By wEight
Re: DeRoiD's Mapchooser v2.01

Find \d[All glasa: \r%d\d]^n^n, should be \d[Svi glasovi: \r%d\d]^n^n

Grammar Fail + Lang mixture lol
Forum: Suggestions / Requests 06-06-2015, 05:55
Replies: 6
Views: 1,444
Posted By wEight
Forum: Suggestions / Requests 06-02-2015, 11:59
Replies: 6
Views: 1,152
Posted By wEight
Re: Plugin Request

Use amx_pwn
Forum: Scripting Help 06-02-2015, 11:55
Replies: 2
Views: 900
Posted By wEight
Re: Player time

You mean see other players' activity? How many seconds/minuter/hours have they spent on the server?
Forum: Scripting Help 06-02-2015, 11:50
Replies: 4
Views: 676
Posted By wEight
Re: Plugin Show how many times player banned

Post the full code please and delete the attachment, post the code between <php> and </php>
(replace <> with [])

@fysiks

He wants a plugin that counts player's bans (eg. amx_showbans...
Forum: Scripting Help 05-30-2015, 11:50
Replies: 3
Views: 829
Posted By wEight
Re: Noclip Expire

Thanks, i might understand this code now, but
const TASK_NC = 32143;

Is it supposed to be exactly 32143 or can it be any number?
Forum: Scripting Help 05-30-2015, 11:05
Replies: 3
Views: 829
Posted By wEight
Noclip Expire

#include <amxmodx>
#include <amxmisc>
#include <fun>

#define PLUGIN "nctest"
#define VERSION "1.0"
#define AUTHOR "wEight"

public plugin_init() {
register_plugin(PLUGIN, VERSION, AUTHOR)
Showing results 1 to 25 of 98

 
Forum Jump

All times are GMT -4. The time now is 22:47.


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