Raised This Month: $ Target: $400
 0% 

Showing results 1 to 6 of 6
Search took 0.04 seconds.
Search: Posts Made By: Jankec90
Forum: Source Servers (SRCDS) 01-04-2014, 01:11
Replies: 3
Views: 1,358
Posted By Jankec90
Re: PHP Tf2 Server status always returns offline

You have to define the protocol.

$sock = @fsockopen( "udp://".$ip, $port, $num, $error, 5 );
Forum: Trash 01-25-2013, 08:47
Replies: 0
Views: 1,719
Posted By Jankec90
[STEAM API] Simple php steam login in your site

It can be used to store.
Players can easily use the data and can also be saved MYSQL database.
This is a very simple example, and can be easily modified.


Api key register:...
Forum: Snippets and Tutorials 01-25-2013, 07:13
Replies: 3
Views: 56,220
Posted By Jankec90
[STEAM API] Simple php steam login in your site

It can be used to store.
Players can easily use the data and can also be saved MYSQL database.
This is a very simple example, and can be easily modified.


Api key register:...
Forum: Plugin/Gameplay Ideas and Requests 01-18-2013, 02:49
Replies: 15
Views: 7,229
Posted By Jankec90
Re: [CSGO] Autorespawn for the first 30 seconds

#pragma semicolon 1
#include <sourcemod>
#include <sdktools>
#include <cstrike>

#define CONFIG_PATH "configs/respawntime.txt"
new Handle:kv = INVALID_HANDLE;

new roundTime, elapsedTime;...
Forum: Plugin/Gameplay Ideas and Requests 01-17-2013, 14:17
Replies: 15
Views: 7,229
Posted By Jankec90
Re: [CSGO] Autorespawn for the first 30 seconds

do not quite understand how you think
Forum: Plugin/Gameplay Ideas and Requests 01-17-2013, 06:58
Replies: 15
Views: 7,229
Posted By Jankec90
Re: [CSGO] Autorespawn for the first 30 seconds

#pragma semicolon 1
#include <sourcemod>
#include <sdktools>
#include <cstrike>

new roundTime;
new currentTime;

public OnPluginStart()
{
Showing results 1 to 6 of 6

 
Forum Jump

All times are GMT -4. The time now is 18:39.


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