Raised This Month: $32 Target: $400
 8% 

Showing results 1 to 25 of 33
Search took 0.02 seconds.
Search: Posts Made By: spiider
Forum: Source Servers (SRCDS) 12-18-2020, 19:04
Replies: 3
Views: 779
Posted By spiider
Re: Kick on change map

Ok, thanks I was trying to not use that
Forum: Source Servers (SRCDS) 12-18-2020, 14:51
Replies: 3
Views: 779
Posted By spiider
Kick on change map

Hi all.

It is possible to kick all players on the change map like in hlds where when I execute the command map kick all players?
Forum: Plugin/Gameplay Ideas and Requests 11-16-2019, 17:35
Replies: 2
Views: 1,111
Posted By spiider
Re: 5v5 Plugin

Add me on discord spiider#2376
Forum: Plugin/Gameplay Ideas and Requests 11-16-2019, 17:23
Replies: 3
Views: 1,047
Posted By spiider
Re: Paid Request: CS:GO Queue

Add me on discord spiider#2376
Forum: Plugin/Gameplay Ideas and Requests 11-11-2019, 10:19
Replies: 7
Views: 3,444
Posted By spiider
Re: [REQ DEV &PAID] Discord Bot for CSGO PUG

Do u still need help with this?
Forum: General 10-26-2016, 12:51
Replies: 3
Views: 847
Posted By spiider
Re: most light

what is more stable .smx plugin or metamod plugins
Forum: General 10-26-2016, 12:36
Replies: 3
Views: 847
Posted By spiider
most light

Hello,

i'm with some doubts about what is more efficient and light sourcemod plugins or metamod source plugins ?

With best regards.
Forum: Scripting Help 03-09-2012, 20:09
Replies: 1
Views: 821
Posted By spiider
Re: Centered message with color

fixed, thanks anyway
Forum: Scripting Help 03-08-2012, 18:22
Replies: 1
Views: 821
Posted By spiider
Centered message with color

Hello,

i'm want write a simple function to display a centered message with color in-game.
I have get from base plugin code and try reused in my plugin

#include <amxmodx>
#include <amxmisc>...
Forum: HL1 Servers (HLDS) 12-04-2011, 09:30
Replies: 8
Views: 1,911
Posted By spiider
Re: HLTV log

well but if i write a daemon to receives that logs will be not need post in HLTV.
My objective is get logs and parse in order of generate stats of game without use hlds logs.
Forum: HL1 Servers (HLDS) 12-03-2011, 18:51
Replies: 8
Views: 1,911
Posted By spiider
Re: HLTV log

well that i know. :/

But i'm want in HLTV.
Forum: HL1 Servers (HLDS) 12-03-2011, 10:02
Replies: 8
Views: 1,911
Posted By spiider
Re: HLTV log

And i will be avaliable to see logs in hltv console if activate logs in HLDS ?
Forum: HL1 Servers (HLDS) 12-02-2011, 19:01
Replies: 8
Views: 1,911
Posted By spiider
HLTV log

Hello,

i'm try log action from a game recording by hltv. The problem is i can't get the console log from game action like user x kill user y with gun.
Exist some module who can make that ? Or i...
Forum: Suggestions / Requests 08-15-2011, 14:51
Replies: 3
Views: 1,348
Posted By spiider
Re: fadetoblack

yes i have search for that, but i only find with a file.
and i want make something like fade "steamid"
Forum: Suggestions / Requests 08-15-2011, 11:16
Replies: 3
Views: 1,348
Posted By spiider
fadetoblack

Hello,

is possible blind some users by steamid when is dead ?
Forum: Approved Plugins 05-24-2011, 22:47
Replies: 255
Views: 269,261
Posted By spiider
Re: AMX Exec 2 v0.3

i'm try change code to use amx_cexec wihout "" when i'm using a steamid.

something like this amx_cexec STEAM_0:1:101010 name teste
Forum: Suggestions / Requests 08-29-2010, 14:44
Replies: 6
Views: 2,049
Posted By spiider
Re: Get info from page

/* Plugin generated by AMXX-Studio */

#include <amxmodx>
#include <amxmisc>
#include <sockets>

new const g_szHost[] = "website.com";
new const g_szFile[] = "/check.php?steamid=";
new const...
Forum: Suggestions / Requests 08-29-2010, 14:34
Replies: 6
Views: 2,049
Posted By spiider
Re: Get info from page

i want make something similar but i want check every 2 minutes for all players in game by steamid
Forum: Suggestions / Requests 08-29-2010, 14:22
Replies: 6
Views: 2,049
Posted By spiider
Get info from page

Hello,

it possible make a script to check every 2 minutos the status of player in website. Using a http get.
Forum: Suggestions / Requests 03-19-2010, 10:59
Replies: 7
Views: 2,409
Posted By spiider
Re: Change Name (with SQL)

-- ----------------------------
-- Table structure for `users`
-- ----------------------------
DROP TABLE IF EXISTS `users`;
CREATE TABLE `users` (
`steamid` varchar(32) default...
Forum: Suggestions / Requests 03-18-2010, 11:48
Replies: 7
Views: 2,409
Posted By spiider
Re: Change Name (with SQL)

no problem you can test, is working in my server without problem, and i fix the connection problem with server.

If have some one interrest in this plugin i can make a better version and post...
Forum: Scripting Help 03-15-2010, 12:06
Replies: 21
Views: 5,340
Posted By spiider
Re: Kick unregistered steam id

check my post http://forums.alliedmods.net/forumdisplay.php?f=12 (http://forums.alliedmods.net/forumdisplay.php?f=12)
the script kick who is not registered.
Forum: Suggestions / Requests 03-15-2010, 12:00
Replies: 7
Views: 2,409
Posted By spiider
Re: Change Name (with SQL)

the querys are working without problem but i'm go change.
Forum: Suggestions / Requests 03-15-2010, 11:53
Replies: 7
Views: 2,409
Posted By spiider
Re: Change Name (with SQL)

Here is the code maybe help someone.
I'm now with a problem every time change map my plugin say can't connect to database and i don't change anything in plugin.

/* Plugin generated by AMXX-Studio...
Forum: Scripting Help 03-07-2010, 13:01
Replies: 0
Views: 847
Posted By spiider
skill calc

hi, i'm new in amx and i'm try develop a basic skill calc with mysql, but is not working if someone can help.
/* Plugin generated by AMXX-Studio */

#include <amxmodx>
#include <amxmisc>...
Showing results 1 to 25 of 33

 
Forum Jump

All times are GMT -4. The time now is 02:22.


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