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

Showing results 1 to 25 of 41
Search took 0.00 seconds.
Search: Posts Made By: sudzone
Forum: Scripting Help 06-03-2012, 09:44
Replies: 5
Views: 1,669
Posted By sudzone
Re: Transparent sprite

stock show_medic(id) {
message_begin( MSG_BROADCAST, SVC_TEMPENTITY);
write_byte( TE_BEAMPOINTS);
write_coord( 45);
write_short( gSpriteIndex2);
write_byte( 1);
...
Forum: Scripting Help 06-01-2012, 04:32
Replies: 5
Views: 1,669
Posted By sudzone
Re: Transparent sprite

You can help me? i attach .spr file
Forum: Scripting Help 05-31-2012, 18:23
Replies: 5
Views: 1,669
Posted By sudzone
Transparent sprite

stock show_medic(id) {
message_begin( MSG_ALL, SVC_TEMPENTITY );
write_byte( TE_PLAYERATTACHMENT );
write_byte( id );
write_coord( 45 );
write_short( gSpriteIndex2 );
...
Forum: Suggestions / Requests 05-31-2012, 18:20
Replies: 9
Views: 1,465
Posted By sudzone
Re: [Help] Fix Little Plugin

functions used in plugin is not finded to .inc, this is the problem... try to replace your include folder from scripting with one default and after try to compile
Forum: Suggestions / Requests 05-31-2012, 14:49
Replies: 9
Views: 1,465
Posted By sudzone
Re: [Help] Fix Little Plugin

check if you have amxmodx.inc in scripting/include
Forum: Suggestions / Requests 05-31-2012, 13:17
Replies: 2
Views: 985
Posted By sudzone
Block a player to use his weapons

How i block a player to use his weapons?

ex: amx_block xplayer (and after 15 seconds can use weapons but not in 15 sec after command is executed on player)
Forum: Suggestions / Requests 05-27-2012, 06:18
Replies: 3
Views: 915
Posted By sudzone
Re: Request surse

http://forums.alliedmods.net/showthread.php?t=157028
Forum: Suggestions / Requests 05-26-2012, 15:06
Replies: 5
Views: 1,019
Posted By sudzone
Re: [REQ] searching

The plugin is called Tutor Messages Shower by PoSiTiOn Of PoWeR
Forum: Suggestions / Requests 05-26-2012, 14:03
Replies: 5
Views: 1,019
Posted By sudzone
Re: [REQ] searching

From right on top?
Forum: Suggestions / Requests 05-26-2012, 13:01
Replies: 0
Views: 540
Posted By sudzone
[REQ] Select player with target

Hello, i want a plugin for select a player with target and exec a command... like to telemenu when select a location to teleport... i used search but nothing :(
Forum: Scripting Help 05-26-2012, 07:08
Replies: 2
Views: 1,016
Posted By sudzone
Re: nVault prune help!

if(!cmd_access(id, level, cid, 2))
return PLUGIN_HANDLED;

to ->

if(!cmd_access(id, level, cid, 1))
return PLUGIN_HANDLED;
Forum: Scripting Help 05-26-2012, 05:26
Replies: 2
Views: 578
Posted By sudzone
Re: What is wrong of this?

Resolved:

with ->
public client_putinserver(id) {
if(get_user_flags(id) & ADMIN_LEVEL_F) {
set_task(10.0, "advertise_vip", id);
} else if(get_user_flags(id) & ADMIN_LEVEL_G)...
Forum: Scripting Help 05-26-2012, 04:41
Replies: 2
Views: 578
Posted By sudzone
What is wrong of this?

public client_putinserver(id) {
new iFlags = get_user_flags(id);

if(iFlags == read_flags(g_RangFlags) {
set_task(10.0, "advertise_vip", id);
} else if(iFlags ==...
Forum: Scripting Help 05-25-2012, 05:56
Replies: 5
Views: 1,616
Posted By sudzone
Re: Block round end

Is steam, yes last engine :p
Forum: Scripting Help 05-25-2012, 02:16
Replies: 5
Views: 1,616
Posted By sudzone
Re: Block round end

I have last version of orpheu if plugin is not working server is crashed on start
Forum: Scripting Help 05-24-2012, 14:03
Replies: 5
Views: 1,616
Posted By sudzone
Block round end

I want a plugin to block round ending with out min players or max
I tried Roundend blocker, Infinte Round, Fake Team Bot does't work :( and is not what i want
Forum: Scripting Help 05-24-2012, 09:50
Replies: 5
Views: 1,477
Posted By sudzone
Re: Count players in a team (respawn)

I want to do modification to plugin posted of me... like this

To T team Respawn players only if in team is three players except bots
To CT team Respawn players only if in team is two players...
Forum: Scripting Help 05-24-2012, 03:32
Replies: 5
Views: 1,477
Posted By sudzone
Re: Count players in a team (respawn)

No, i don't want to block round end, if in team T is one player and is killed = new round, if is two players and one is killed = respawn :p

claudiuhks...
Forum: Scripting Help 05-23-2012, 18:36
Replies: 5
Views: 1,477
Posted By sudzone
Count players in a team (respawn)

Wrong format :( i want -> if in team T is min two players respawn players who dying and if in team CT is min two players respawn players who dying

Tks,
Forum: Scripting Help 05-23-2012, 17:03
Replies: 2
Views: 937
Posted By sudzone
Re: Command count

Thank you xD
Forum: Scripting Help 05-23-2012, 15:54
Replies: 2
Views: 937
Posted By sudzone
Command count

Hello everybody, i want add count to a command but i don't know right function... if a player used cmd of 4 time return PLUGIN_HANDLED and to player spawn reset count for command

My method reset...
Forum: Translation Request 04-10-2012, 07:12
Replies: 6
Views: 1,610
Posted By sudzone
Re: [REQ] translate to english

Cvar tf_health_system is for:
Forum: Translation Request 03-29-2012, 15:31
Replies: 16
Views: 4,628
Posted By sudzone
Re: Translate for Commander Status

stelistcristi :-q


Correct translation
Forum: Translation Request 03-17-2012, 09:50
Replies: 17
Views: 7,233
Posted By sudzone
Re: [Request] Translations for plugin

AleeKz (http://forums.alliedmods.net/member.php?u=148390) si stelistcristi (http://forums.alliedmods.net/member.php?u=52840) daca tot traduceti si va oferiti sa ajutati, traduceti cum trebuie si...
Forum: Translation Request 03-15-2012, 01:48
Replies: 4
Views: 1,449
Posted By sudzone
PSS-Live Info Join+

Following Languages are completed:

http://pg-web.at/img/tick.png [EN] - Done by K1d0x (me)
http://pg-web.at/img/tick.png [DE] - Done, Thanks to Torge...
Showing results 1 to 25 of 41

 
Forum Jump

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


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