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

Showing results 1 to 25 of 274
Search took 0.01 seconds.
Search: Posts Made By: EDUTz
Forum: Scripting Help 04-26-2016, 16:45
Replies: 3
Views: 531
Posted By EDUTz
Re: Small code help please

try

#include <amxmodx>
#include <amxmisc>
#include <fakemeta>

#define PLUGIN "Block Mic"
#define VERSION "1.0"
#define AUTHOR "Unknown"
Forum: Zombie Plague Mod 02-22-2016, 17:23
Replies: 12
Subplugin Submission [ZP] Yet Another Ammo Bank [mysql]
Views: 6,101
Posted By EDUTz
Re: [ZP] Yet Another Ammo Bank [mysql]

I've updated, solved the bug with mapchange .... replace set_task(0.1, "MySql_Init") instead of MySql_Init()

The plaugin crashes when no mysql connection is available so look into that.
Forum: Code Snippets/Tutorials 12-11-2015, 02:15
Replies: 342
Views: 173,605
Posted By EDUTz
Re: Notepad++ AlliedModders Edition (unsupported for now)

Someone please reupload last working version, all the links are dead. Thank you!

Never mind, found it and reuploaded wherever i could.

http://www.embedupload.com/?d=2KGGQFUVVG...
Forum: Zombie Plague Mod 06-04-2015, 18:12
Replies: 203
Views: 130,817
Posted By EDUTz
Re: Zombie Plague Special 2.4.1 (25 may 2015)

I seem to have an issue here, maybe because of class - related problem. At first when i start the game (localy) it doesn't load the plugin, so it's classic, but after i change map it loads just fine...
Forum: Trash 03-31-2015, 11:19
Replies: 0
Views: 563
Posted By EDUTz
Trash this

Nevermind, trash this post pls.
Forum: Code Snippets/Tutorials 01-29-2015, 14:40
Replies: 342
Views: 173,605
Posted By EDUTz
Re: Notepad++ AlliedModders Edition (unsupported for now)

Crap, i had it, wanted to upload here, lost it again ^_^
Can someone please reupload latest known version ? npp.6.4.5.Installer.exe i assume.
Forum: HLstatsX:CE 11-03-2014, 13:34
Replies: 0
Views: 565
Posted By EDUTz
[CS1.6] Chat not logging

Hi, what are the standard config for chat logging ? Everything is working normal, everything i wanted is logged, datas are transmited, website is live without problems, only this thing is not...
Forum: Scripting Help 09-30-2014, 07:49
Replies: 5
Views: 1,781
Posted By EDUTz
Re: randomize menus

that's 100% incorrect, even if you put it this way showing the menu, you have to exclude the ones already shown ... so it's definetly incorrect. Even if you show it like that, you don't have a method...
Forum: Scripting Help 09-30-2014, 06:10
Replies: 5
Views: 1,781
Posted By EDUTz
randomize menus

I want to randomize some constants but i'm having trouble with it.

new const constants[][] =
{
"constant1",
"constant2",
"constant3",
"constant4",
...
Forum: Scripting Help 09-27-2014, 01:49
Replies: 1
Views: 447
Posted By EDUTz
Dynamic menus

So i have some constants to show in menus

new const constants[][] =
{
"constant1",
"constant2",
"constant3"
}

and i create a menu for these:
Forum: HLstatsX:CE 09-15-2014, 00:57
Replies: 3
Views: 1,212
Posted By EDUTz
Forum: HLstatsX:CE 09-07-2014, 12:36
Replies: 3
Views: 1,212
Posted By EDUTz
Scripts not working [perl issue]

So i've installed the web-part, it's fully working. Now for the server files, csgo server : added superlogs-generic.smx hlstatsx.smx in plugins folder.
The scripts part i've setuped on the same...
Forum: Zombie Plague Mod 05-12-2014, 01:45
Replies: 3
Suggestion / Subplugin Request [REQ] Weapon Clip Code
Views: 948
Posted By EDUTz
Re: [REQ] Weapon Clip Code

give_item(player, "weapon_ak47")
cs_set_weapon_ammo (?, 50 )
cs_set_user_bpammo(player, CSW_AK47, 220)
client_print(player, print_chat, "[ZP] You bought Golden Ak - 47")
g_HasAk[player] = true;
...
Forum: Scripting Help 05-12-2014, 01:42
Replies: 3
Views: 1,172
Posted By EDUTz
Re: Erorr fix with vip plugin

you are setting maxspeed on dead players ...

!is_user_alive(id)

---------------->

is_user_alive(id)
Forum: Zombie Plague Mod 05-11-2014, 20:41
Replies: 7
API Scripting Help [HELP] Give Gold AK to Survivor
Views: 2,365
Posted By EDUTz
Re: [HELP] Give Gold AK to Survivor

sry, i've forgoten an { :grrr:

/*
[ZP] Extra Item: Golden Ak 47
Team: Humans
Description: This plugin adds a new weapon for Human Teams.
Weapon Cost: 30
Features:
- This weapon do more...
Forum: Zombie Plague Mod 05-11-2014, 13:30
Replies: 12
Subplugin Submission [ZP] Yet Another Ammo Bank [mysql]
Views: 6,101
Posted By EDUTz
Re: [ZP] Yet Another Ammo Bank [mysql]

yep, seen that now
updated and tested.
Forum: Scripting Help 05-10-2014, 18:04
Replies: 1
Views: 1,431
Posted By EDUTz
Re: Please Help me :((

improve your english, we cannot understand what exacly is that you want ..

at the same time, if it's a custom mod, you should ask the author for support. As long that this plugin u're using isn't...
Forum: Off-Topic 05-10-2014, 17:57
Replies: 3,305
Views: 875,410
Posted By EDUTz
Re: The Now playing thread (music)

0KSOMA3QBU0
https://www.youtube.com/watch?v=0KSOMA3QBU0
Forum: Scripting Help 05-10-2014, 16:17
Replies: 5
Views: 687
Posted By EDUTz
Re: ChatbanMenu Yellow Name dont work

sorry, didn't tested it.

this one is tested
have fun.
Forum: Scripting Help 05-10-2014, 15:39
Replies: 5
Views: 687
Posted By EDUTz
Forum: Scripting Help 05-10-2014, 15:09
Replies: 2
Views: 594
Posted By EDUTz
Re: [help] tag mismatch

holly s**t ! thanks.
t.c.
Forum: Scripting Help 05-10-2014, 15:07
Replies: 11
Views: 1,688
Posted By EDUTz
Re: Give experience on roundstart

my friend, i'm quoting you
however the server is crashing upon execute.
this loop should not stress your cpu unless done to many times.
since you said that your server crashes, i only got you the...
Forum: Scripting Help 05-10-2014, 14:56
Replies: 4
Views: 871
Posted By EDUTz
Re: Change nade model

it has to be in fw_SetModel !

example from another plugin :

public fw_SetModel(entity, const model[])
{
// We don't care
if (strlen(model) < 8)
return FMRES_IGNORED
Forum: Scripting Help 05-10-2014, 14:49
Replies: 11
Views: 1,688
Posted By EDUTz
Re: Give experience on roundstart

for (new i=0; i < 33; i++){
if(!is_user_bot(i)) {
RoundExperience(i)
}
}


------------>

for (new i=1; i <= get_maxplayers(); i++){
Forum: Scripting Help 05-10-2014, 14:37
Replies: 2
Views: 594
Posted By EDUTz
[help] tag mismatch

How can i get arround this tag mismatch warning ?

message_begin(MSG_BROADCAST, g_msgScoreInfo)
write_byte(attacker) // id
write_short(pev(attacker, pev_frags)) // frags...
Showing results 1 to 25 of 274

 
Forum Jump

All times are GMT -4. The time now is 16:01.


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