Rules
FAQ
Members List
Search
Register
Login
Raised This Month: $
Target: $400
0%
Search Forums
Show Threads
Show Posts
Advanced Search
Go to Page...
Showing results 1 to 13 of 13
Search took
0.00
seconds.
Search:
Posts Made By:
nikodz
Forum:
Scripting Help
08-18-2010, 11:22
Replies:
10
Detect player
Views:
2,737
Posted By
nikodz
Re: Detect player
ok. np :)
Forum:
Scripting Help
08-18-2010, 11:07
Replies:
10
Detect player
Views:
2,737
Posted By
nikodz
Re: Detect player
#include <amxmodx>
#include <amxmisc>
#include <cstrike>
#define PLUGIN "Team Change"
#define VERSION "1.0"
#define AUTHOR "Niko"
new ter[33]
new cts[33]
Forum:
Scripting Help
08-03-2010, 02:49
Replies:
13
name function with double name arg
Views:
3,100
Posted By
nikodz
Re: name function with double name arg
If you want to change player name user client_cmd instead set_user_info.
If client ID=sid in your script...
client_cmd(sid, "name "%s %s"" , get_stat(sid), glob);
Forum:
Scripting Help
08-03-2010, 02:35
Replies:
16
Respawn Help..
Views:
3,651
Posted By
nikodz
Re: Respawn Help..
{
if( g_bRespawnUsed[id] )
{
ChatColor( id, "%s You've already !gRespawned!y! Wait until next map!", CLAN_TAG );
return PLUGIN_HANDLED;
}
else if( iMoney < RESPAWN_COST ) ...
Forum:
Scripting Help
08-02-2010, 17:33
Replies:
7
Block console commands
Views:
3,715
Posted By
nikodz
Re: Block console commands
#include <amxmodx>
#include <cstrike>
public plugin_init() {
register_clcmd("jointeam 2", "blockjoin")
register_clcmd("jointeam 5", "blockjoin")
Forum:
Scripting Help
08-02-2010, 17:26
Replies:
16
Respawn Help..
Views:
3,651
Posted By
nikodz
Re: Respawn Help..
What about this?
{
if( g_bRespawnUsed[id] )
{
ChatColor( id, "%s You've already !gRespawned!y! Wait until next map!", CLAN_TAG );
return PLUGIN_HANDLED;
}
else if(...
Forum:
Off-Topic
04-04-2010, 12:25
Replies:
1
Get plugin
Views:
951
Posted By
nikodz
Get plugin
Hi all.
Where can I get Online Compiler for ucoz sites. So when someone uploads .sma file it automaticly generates "Get Plugin" link. Like here when posting plugins
I hope you understand what I...
Forum:
Suggestions / Requests
03-24-2010, 03:35
Replies:
12
auto server commands plugin
Views:
2,469
Posted By
nikodz
Re: auto server commands plugin
You can use amx_task but it don't do it anymore before changing map. If you don't want commands to make same time use it in sendcmd.ini but will be better amx_task time not to be more then set_task ...
Forum:
Suggestions / Requests
03-23-2010, 08:28
Replies:
12
auto server commands plugin
Views:
2,469
Posted By
nikodz
Re: auto server commands plugin
#include <amxmodx>
#include <amxmisc>
#define MAX_CMDS 100
new const VERSION[] = "1.0"
// Seconds
public plugin_init()
Forum:
Suggestions / Requests
03-13-2010, 13:19
Replies:
1
Need Help... plugin change...
Views:
848
Posted By
nikodz
Need Help... plugin change...
#include <amxmodx>
#include <fakemeta>
#include <xs>
// plugin's main information
#define PLUGIN_NAME "Grenade Jump"
#define PLUGIN_VERSION "0.1"
#define PLUGIN_AUTHOR "VEN"
enum {
Forum:
Suggestions / Requests
02-15-2010, 02:52
Replies:
4
Vote Res Plugin
Views:
1,483
Posted By
nikodz
Re: Vote Res Plugin
Thank you fysiks and YamiKaitou
Forum:
Suggestions / Requests
02-15-2010, 02:35
Replies:
4
Vote Res Plugin
Views:
1,483
Posted By
nikodz
Re: Vote Res Plugin
// D:\...\cstrike\addons\amxmodx\scripting\vote.sma(24) : error
017: undefined symbol "is_user_admin"
I did like this:
public StartVote(id)
{
if(!is_user_admin(id))
{
return...
Forum:
Suggestions / Requests
02-14-2010, 06:37
Replies:
4
Vote Res Plugin
Views:
1,483
Posted By
nikodz
Vote Res Plugin
Hello. I made plugin using http://forums.alliedmods.net/showthread.php?t=46364&highlight=vote and some other plugins...
All player can use "vote_res" and I want only admins to use it. can anyone...
Showing results 1 to 13 of 13
Forum Jump
User Control Panel
Private Messages
Subscriptions
Who's Online
Search Forums
Forums Home
Server Discussion
Source Servers (SRCDS)
HL1 Servers (HLDS)
AMX Mod X
News
Bug Reports
General
Off-Topic
Plugins
Suggestions / Requests
Approved Plugins
New Plugin Submissions
Unapproved/Old Plugins
Translation Request
High-Traffic Plugins
GunGame
UAIO (Ultimate All-In-One Plugin)
xREDIRECT
CSDM
AMX Super
RuneMod
Zombie Plague Mod
SuperHero Mod
News
Tech Support
Scripting Help
Off-Topic / General Chat
Heroes
Suggestions / Requests
Approved Heroes
New Submissions
Unapproved/Old Heroes
Module Heroes
SuperHero Mod Stats - By 123
(OLD) Bug Reports
Scripting
Scripting Help
Code Snippets/Tutorials
Module Coding
Donor Access
SourceMod
News
General
Plugins
Plugins
Unapproved Plugins
Plugin/Gameplay Ideas and Requests
High-Traffic Plugins
SourceMod Anti-Cheat
Zombie:Reloaded
SourceBans / SourceBans++
VSH / Freak Fortress
Store
SM_Hosties
HLstatsX:CE
Scripting
Extensions
Snippets and Tutorials
Donor Access
Metamod: Source
Metamod:Source Plugins
Metamod:Source Questions
Coding MM:S Plugins & SM Extensions
Hosted Stuff
Asherkin's Plugins
TFDodgeball
TF2Items
SteamTools
Bail's Plugins
CSDM
CS:S DM
Off-Topic & Trash
Off-Topic
Trash
All times are GMT -4. The time now is
21:58
.
DMCA
-
Archive
-
Top
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode