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

Showing results 1 to 8 of 8
Search took 0.00 seconds.
Search: Posts Made By: mazdan
Forum: Plugins 05-09-2015, 03:53
Replies: 606
Views: 309,484
Posted By mazdan
Re: [CS:GO] Web Shortcuts CS:GO version v2.3

public Action:OnSay( client, args )
{
if(!client) return Plugin_Continue;


decl String:text [512];
GetCmdArgString( text, sizeof(text) );

new start;
new...
Forum: Unapproved/Old Plugins 11-13-2012, 01:06
Replies: 78
Views: 40,297
Posted By mazdan
Re: Fix fast download to reconnect

No, even if file exist on http server and player press cancel when files are downloading from http, and try to connect again it will be download it from server, not from http. Plugin force client to...
Forum: Unapproved/Old Plugins 11-12-2012, 01:21
Replies: 78
Views: 40,297
Posted By mazdan
Re: Fix fast download to reconnect

You can hardcode it or use get_user_ip(0,server_ip_port,31,0) or use get_cvar_string("ip",server_ip,15) and get_cvar_string("port",server_port,5). I run my server on ip 192.168.1.105 and I don't...
Forum: Unapproved/Old Plugins 11-04-2012, 01:21
Replies: 78
Views: 40,297
Posted By mazdan
Re: Fix fast download to reconnect

About randomize charachters:
More simple use just random_num(1,9999) or get_user_userid(id)
client_cmd(id,"Connect %s %d", ip,random_num(1,9999))
or
client_cmd(id,"Connect %s %d",...
Forum: Unapproved/Old Plugins 11-02-2012, 02:21
Replies: 78
Views: 40,297
Posted By mazdan
Re: Fix fast download to reconnect

cool!
How do you hit upon the idea of this?
Forum: Scripting Help 07-29-2012, 12:02
Replies: 8
Views: 4,897
Posted By mazdan
Re: [Orpheu] SV_ClientConnect & Con_Printf

Yes, it's my code :D
What do you want to do? May be I can help you :)
You can't use get_user_authid() - this is to early to use it.
Oh, this is only for non-steam servers :grrr: But may be soon it...
Forum: Trash 06-13-2011, 12:23
Replies: 41
Views: 20,966
Posted By mazdan
Re: UFPS Anti Advertising

may be someone can add function "amx_clean name or userID" to clear config of some player? because plugin can't detect all advertising.
So many spam on my server :down:
Sorry for my bad English!
Forum: Code Snippets/Tutorials 02-25-2011, 04:35
Replies: 135
Views: 132,138
Posted By mazdan
Re: New Semiclip Method

fmfs10 good plugin, but can somebody fix this error
----------------------------------------------
L 02/25/2011 - 00:59:12: Start of error session.
L 02/25/2011 - 00:59:12: Info (map "de_aztec")...
Showing results 1 to 8 of 8

 
Forum Jump

All times are GMT -4. The time now is 13:46.


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