Raised This Month: $ Target: $400
 0% 

Showing results 1 to 24 of 24
Search took 0.00 seconds.
Search: Posts Made By: Splot
Forum: Suggestions / Requests 12-26-2011, 17:41
Replies: 1
Views: 693
Posted By Splot
REMOVE BOMB.

hello ,
im looking a plugin that remove the bomb from the server .
thx .
Forum: Scripting Help 12-26-2011, 02:50
Replies: 4
Views: 932
Posted By Splot
Re: [REQ] Fix Already On

try this :

#include <amxmodx>
#include <cstrike>
#include <fun>
#include <colorchat>
#include <hamsandwich>

#define PLUGIN "Ammo"
#define VERSION "1.0"
Forum: Scripting Help 12-25-2011, 18:49
Replies: 4
Views: 932
Posted By Splot
Re: [REQ] Fix Already On

try it :

#include <amxmodx>
#include <cstrike>
#include <fun>
#include <colorchat>

#define PLUGIN "Ammo"
#define VERSION "1.0"
#define AUTHOR "Asaf Mazon"
Forum: Scripting Help 12-25-2011, 11:27
Replies: 4
Views: 948
Posted By Splot
Re: Help with menu .

No matter, I fixed it.

menu_display( id, menu, 0 );

-------->

new pplayers[32], ppnum, ptempid;
get_players(pplayers, ppnum, "ch");

for( new i; i<ppnum; i++ )
Forum: Scripting Help 12-25-2011, 10:21
Replies: 4
Views: 948
Posted By Splot
Re: Help with menu .

its crash my server.


That's not what I meant.
Forum: Scripting Help 12-25-2011, 09:34
Replies: 2
Views: 786
Posted By Splot
Re: Request: Can You Fix My Warrnings?

קח:

#include <amxmodx>
#include <amxmisc>
#include <cstrike>
#include <fun>
#include <colorchat>

new Started = false;
Forum: Scripting Help 12-24-2011, 21:27
Replies: 4
Views: 1,466
Posted By Splot
Re: [REQ] Already 2 Flashbang

#include <amxmodx>
#include <cstrike>
#include <colorchat>
#include <fun>

new const TAG[] = "[YourTag]"

public plugin_init() {
register_plugin("ammo", "1.0", "Asaf Mazon")
Forum: Scripting Help 12-21-2011, 09:05
Replies: 4
Views: 948
Posted By Splot
Help with menu .

hi everyone,

#include <amxmodx>
#include <amxmisc>

public plugin_init() {
register_plugin("simplevote", "1.0", "author")
register_clcmd("say /menu", "startmenu")
}...
Forum: Suggestions / Requests 12-06-2011, 09:32
Replies: 5
Views: 1,535
Posted By Splot
Re: error.....

#include <amxmodx>
#include <colorchat>

#define PLUGIN "Info"
#define VERSION "1.0"
#define AUTHOR "Abo-Zanih"


public plugin_init(){
Forum: Suggestions / Requests 12-05-2011, 00:57
Replies: 2
Views: 1,081
Posted By Splot
Re: ( Requests ) help !

#include <amxmodx>
#include <colorchat>

#define PLUGIN "Info"
#define VERSION "1.0"
#define AUTHOR "Abo-Zanih"


public plugin_init(){
Forum: Scripting Help 11-28-2011, 00:28
Replies: 6
Views: 1,358
Posted By Splot
Re: [HELP] HUDMESSAGE

#include <amxmodx>

#define PLUGIN "New Plug-In"
#define VERSION "1.0"
#define AUTHOR "author"


public plugin_init() {
register_plugin(PLUGIN, VERSION, AUTHOR)
Forum: Scripting Help 11-24-2011, 12:29
Replies: 19
Views: 3,445
Posted By Splot
Re: eror logs .

Thanks, it works.
Forum: Scripting Help 11-23-2011, 17:04
Replies: 19
Views: 3,445
Posted By Splot
Re: eror logs .

thx ,
but There is a problem .
When I'm in a teror team , i got a CT model for 1 round .
i mean one round i have normal teror modls , then i type kill and in the next round i have ct model . ...
Forum: Scripting Help 11-23-2011, 15:57
Replies: 19
Views: 3,445
Posted By Splot
Re: eror logs .

i mean its working .
but the erors keep coming .
in your code when i switch player from ct team to teror team the model is not dissper .

so i added to ur code :

if ( !is_user_alive (...
Forum: Scripting Help 11-23-2011, 15:40
Replies: 19
Views: 3,445
Posted By Splot
Re: eror logs .

its not working ..
Forum: Scripting Help 11-22-2011, 13:25
Replies: 19
Views: 3,445
Posted By Splot
Re: eror logs .

I did not understand what you mean ..
Can you show me?
Forum: Scripting Help 11-22-2011, 12:10
Replies: 19
Views: 3,445
Posted By Splot
Re: eror logs .

thx , but the errors keep coming:




#include <amxmodx>
#include <hamsandwich>
#include <cstrike>

public plugin_init()
Forum: Scripting Help 11-21-2011, 16:13
Replies: 19
Views: 3,445
Posted By Splot
Re: eror logs .

You mean like this?



#include <amxmodx>
#include <cstrike>
#include <hamsandwich>

#define PLUGIN "Team Models"
#define VERSION "1.0"
Forum: Scripting Help 11-21-2011, 15:49
Replies: 19
Views: 3,445
Posted By Splot
eror logs .

hello .
#include <amxmodx>
#include <amxmisc>
#include <cstrike>

#define PLUGIN "Team Models"
#define VERSION "1.0"
#define AUTHOR "?"

public plugin_init() {
Forum: Suggestions / Requests 11-16-2011, 13:42
Replies: 4
Views: 1,333
Posted By Splot
Re: [HELP] Hud Message (Time Out)

try it :
set_hudmessage(255, 0, 0, -1.0, -1.0, 2, 1.0, 3, 0.1, 0.1, 4)
Forum: Suggestions / Requests 11-16-2011, 13:25
Replies: 4
Views: 1,333
Posted By Splot
Re: [HELP] Hud Message (Time Out)

set_hudmessage(255, 0, 0, -1.0, -1.0, 2, 1.0, 9.0, 0.1, 0.1, 3)
Forum: Scripting Help 11-14-2011, 23:53
Replies: 4
Views: 1,234
Posted By Splot
Re: Menu will disappear after the round .

working ,
Thank you so much.
Forum: Scripting Help 11-14-2011, 10:09
Replies: 4
Views: 1,234
Posted By Splot
Forum: Scripting Help 11-14-2011, 09:10
Replies: 4
Views: 1,234
Posted By Splot
Menu will disappear after the round .

hello everyone ,

#include <amxmodx>
#include <amxmisc>
#include <hamsandwich>

#define PLUGIN "New Plug-In"
#define VERSION "1.0"
#define AUTHOR "author"
Showing results 1 to 24 of 24

 
Forum Jump

All times are GMT -4. The time now is 08:23.


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