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

Showing results 1 to 25 of 38
Search took 0.01 seconds.
Search: Posts Made By: ke3ller
Forum: Scripting Help 06-05-2013, 14:55
Replies: 5
Views: 1,034
Posted By ke3ller
Map check

Pls tell me how to check for a specific map, I want to give an item in a map
Ex: public fwHamPlayerSpawnPost( id ) {
if ( map_is_35hp ) {
give_item( id , "weapon_m4a1" )
...
Forum: Scripting Help 05-19-2013, 19:52
Replies: 12
Views: 2,827
Posted By ke3ller
Re: Help finding bombsite :)

Thank you, it works like this:

#include <amxmodx>
#include <engine>
#include <amxmisc>
#include <cstrike>
#include <fun>
#include <hamsandwich>
#include <fakemeta>
#include <fakemeta_util>
Forum: Scripting Help 05-19-2013, 16:20
Replies: 12
Views: 2,827
Posted By ke3ller
Re: Help finding bombsite :)

How can I debug?
Forum: Scripting Help 05-19-2013, 14:09
Replies: 12
Views: 2,827
Posted By ke3ller
Re: Help finding bombsite :)

it still doesn't give the defuser...

#include <amxmodx>
#include <engine>
#include <amxmisc>
#include <cstrike>
#include <fun>
#include <hamsandwich>
#include <fakemeta>
#include...
Forum: Scripting Help 05-18-2013, 18:14
Replies: 1
Views: 706
Posted By ke3ller
set_user_hp by attacker damage

I have no idea where to search the function code and I want to do a resistance option for that works only for 5 seconds.
I was thinking at sth like set_user_hp ( get_attacker_dmg + attacker dmg) but...
Forum: Scripting Help 05-16-2013, 05:19
Replies: 12
Views: 2,827
Posted By ke3ller
Re: Help finding bombsite :)

Its a simplified vip plugin

#include <amxmodx>
#include <engine>
#include <amxmisc>
#include <cstrike>
#include <fun>
#include <hamsandwich>
#include <fakemeta>
#include <fakemeta_util>
Forum: Scripting Help 05-15-2013, 17:19
Replies: 12
Views: 2,827
Posted By ke3ller
Re: Help finding bombsite :)

well if I use just "give_item(id, "item_thighpack");" it gives the defuser...
Forum: Scripting Help 05-15-2013, 17:04
Replies: 12
Views: 2,827
Posted By ke3ller
Re: Help finding bombsite :)

I give it at player spawn, I also use CSDM and uwc3x but nothing strips weapons or interfere with this, the plugin just dont't see if map has bombsite...
Forum: Scripting Help 05-14-2013, 19:11
Replies: 12
Views: 2,827
Posted By ke3ller
Help finding bombsite :)

This code doesn't want to give the player the defuser, there is a better way? I just don't want to give defuser to CT's on fy_snow :)
new bool:g_bHasBombSite;...
Forum: Unapproved/Old Plugins 04-07-2013, 12:25
Replies: 93
Views: 100,143
Posted By ke3ller
Re: VIP Plugin v5.2.9

Pls help me:
This:
public on_damage(id)
{
new attacker = get_user_attacker(id)

#if defined DAMAGE_RECIEVED
if ( is_user_connected(id) && is_user_connected(attacker) )
if...
Forum: CSDM 04-07-2013, 07:38
Replies: 0
Views: 3,141
Posted By ke3ller
Limit spawns / round

I use this great plugin but I also use map objectives and I want to limit spawns in one round. Can tickets be made to work in one round?
Forum: Unapproved/Old Plugins 04-06-2013, 20:05
Replies: 93
Views: 100,143
Posted By ke3ller
Re: VIP Plugin v5.2.9

Can't compile your .sma and I didn't changed anything

VIP (4).sma(181) : error 017: undefined symbol "register_dictionary_colored"
VIP (4).sma(742) : error 017: undefined symbol...
Forum: Scripting Help 04-06-2013, 17:29
Replies: 24
Views: 3,631
Posted By ke3ller
Re: Need a little help with coding

That's an issue with my warcraft mod and I dont see anyone developing uwc3x.

1. This don't give the defuser


public fwHamPlayerSpawnPost(id)
{
if( is_user_alive(id) && get_user_flags(...
Forum: Scripting Help 04-06-2013, 13:32
Replies: 24
Views: 3,631
Posted By ke3ller
Re: Need a little help with coding

Code works fine, used just set_user_health( id , get_user_health( id ) + 50) and it works.
The prob is that my server's max hp is limited to 170... if a player receives more hp it goes back in a...
Forum: Scripting Help 04-05-2013, 17:36
Replies: 24
Views: 3,631
Posted By ke3ller
Re: Need a little help with coding

This is EXACTLY what I want.

EDIT: I used set_user_health to SET 250 hp to player but in few seconds hp jumped back at 100 :S valve has a limit with this or what?
Forum: Scripting Help 04-05-2013, 17:30
Replies: 24
Views: 3,631
Posted By ke3ller
Re: Need a little help with coding

Thanks man, I go try the Studio now. Can I do the same with: set_user_armor, set_user_maxspeed and set_user_gravity?
Forum: Suggestions / Requests 04-05-2013, 17:20
Replies: 2
Views: 656
Posted By ke3ller
Re: Is there a spawn limit per round plugin?

I forgot to mention that I'm using csdm with map objectives so there are more rounds. so spawn limit per round plugin?! Tickets are not good for this...
Forum: Scripting Help 04-05-2013, 17:16
Replies: 24
Views: 3,631
Posted By ke3ller
Re: Need a little help with coding

I need 2 learn all about scripting but I dont want to create plugins. I just started to edit (in notepad :)) a plugin to fit my server.
As I said I dont want to use set_user_health() cuz I dont want...
Forum: Suggestions / Requests 04-05-2013, 05:49
Replies: 2
Views: 656
Posted By ke3ller
Is there a spawn limit per round plugin?

I need for CSDM a plugin to limit respawn on a round, there is a ticket plugin but it limits respawns / map. I searched google and found nothing only requests.
Forum: Suggestions / Requests 04-05-2013, 05:47
Replies: 4
Views: 791
Posted By ke3ller
Re: spawn protection

there is a spawn protection plugin that comes with CSDM
Forum: Scripting Help 04-04-2013, 19:23
Replies: 24
Views: 3,631
Posted By ke3ller
Re: Need a little help with coding

Thank you it runs great. I'm changing a vip plugin to work fine with csdm, uwc3x and runemod and since I'm noob with coding I ask here.

1. Tell me please whats the code to add hp, armor, speed and...
Forum: Scripting Help 04-03-2013, 20:10
Replies: 24
Views: 3,631
Posted By ke3ller
Re: Need a little help with coding

so I need to use player instead of id. I'll run some tests and be back with info.
Forum: Scripting Help 04-03-2013, 19:37
Replies: 24
Views: 3,631
Posted By ke3ller
Re: Need a little help with coding

Thank you very much, I need 2 more opinions,

This:
public fwHamPlayerSpawnPost(player)
{
if(is_user_alive(player) && get_user_flags(player) & ADMIN_LEVEL_H)
{
give_item(player,...
Forum: Scripting Help 04-03-2013, 19:07
Replies: 24
Views: 3,631
Posted By ke3ller
Re: Need a little help with coding

I'll go crazy :)

public fwHamPlayerSpawnPost(id)
{
player = players[i];
if(is_user_alive(player) && get_user_flags(player) & ADMIN_LEVEL_H)
{
give_item(id, "weapon_hegrenade");
}
return...
Forum: Scripting Help 04-03-2013, 16:52
Replies: 24
Views: 3,631
Posted By ke3ller
Re: Need a little help with coding

Like this:
public fwHamPlayerSpawnPost(id)
player = players[i];
if(is_user_alive(player) && get_user_flags(player) & ADMIN_LEVEL_H)
{
give_item(id, "weapon_hegrenade");
}
}
its a fail at...
Showing results 1 to 25 of 38

 
Forum Jump

All times are GMT -4. The time now is 11:48.


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