Raised This Month: $ Target: $400
 0% 

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
Views: 2,737
Posted By nikodz
Re: Detect player

ok. np :)
Forum: Scripting Help 08-18-2010, 11:07
Replies: 10
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
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
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
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
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
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
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
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
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
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
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
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

All times are GMT -4. The time now is 21:58.


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