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

Showing results 1 to 25 of 28
Search took 0.00 seconds.
Search: Posts Made By: P4UL
Forum: Scripting 12-26-2020, 14:03
Replies: 2
Views: 747
Posted By P4UL
Re: [CS:GO] Help my plugin

For printing to server console you can use PrintToServer. If you mean print to the client console of administrators you will probably have to loop over all clients and check if they are...
Forum: Plugins 03-24-2020, 07:03
Replies: 4
Views: 1,456
Posted By P4UL
Re: Chris's simple anti-afk plugin

Nice idea but I don't think this would work on every map, especially dust 2, where T side players can awp mid from inside the buyzone.
Maybe it is an idea to store the player's spawn location and at...
Forum: Plugin/Gameplay Ideas and Requests 02-17-2020, 10:06
Replies: 5
Views: 1,804
Posted By P4UL
Re: [PAID] Disable Knife, Zeus/Taser, Bullets Damage

Oops, my bad, should be fixed now
Forum: Plugin/Gameplay Ideas and Requests 02-16-2020, 10:03
Replies: 5
Views: 1,804
Posted By P4UL
Re: [PAID] Disable Knife, Zeus/Taser, Bullets Damage

I think it is for like a deathrun server or such where people do have a knife and maybe a zeus, and if that is the case it is very easy and what I attached should work. Although I have not tested it.
Forum: Plugin/Gameplay Ideas and Requests 02-15-2020, 13:59
Replies: 5
Views: 1,804
Posted By P4UL
Re: [PAID] Disable Knife, Zeus/Taser, Bullets Damage

Should be pretty easy, contact me.
https://steamcommunity.com/id/P4ULIsTheBest/
Forum: Plugin/Gameplay Ideas and Requests 11-22-2019, 16:04
Replies: 3
Views: 938
Posted By P4UL
Forum: Plugins 11-20-2019, 15:26
Replies: 257
Views: 184,325
Posted By P4UL
Re: [CS:GO] Fortnite Emotes Extended version (dances and emotes)[updated 18-October-2

Did you upload the model and sound files to the server aswell?
Forum: Plugins 11-20-2019, 14:30
Replies: 86
Views: 143,499
Posted By P4UL
Re: [CS:GO/CSS] AbNeR ResetScore *UPDATED V1.5fix* 01/24/2016

Do you have the updated gamedata?

EDIT:
NVM, think I got them
Forum: Plugins 11-20-2019, 09:29
Replies: 1,677
Views: 780,452
Posted By P4UL
Re: [CS:GO] Multi-1v1 (v1.1.9, 2018-2-19)

I think it is a problem with the offsets, the resetscore plugin also cant reset mvp and score, I think they changed to offsets of them and since scoreboard is ordered by score they cant rearrange the...
Forum: Source Servers (SRCDS) 10-23-2019, 19:03
Replies: 0
Views: 1,171
Posted By P4UL
[CSGO] Some players can join but some can't

We transfered our servers over to a new server with a different IP and a different gamepanel (Pterodactyl). Whenever I start the csgo servers I can join but some others cant (keeps retrying). There...
Forum: Plugin/Gameplay Ideas and Requests 12-31-2018, 12:48
Replies: 2
Views: 840
Posted By P4UL
Re: [REQ] Need Little Bit Testing - to log UseMessages

Can't upload the log file here because it is too large. If you need more feel free to ask:
https://github.com/PaulVlas/test
Forum: Store 12-29-2018, 11:00
Replies: 1
Views: 2,536
Posted By P4UL
Re: store Zephyrus arm models

If you have the playerskins in the store with "type" "playerskin" you can add "arms" "path to arms model"
Forum: Plugin/Gameplay Ideas and Requests 12-22-2018, 10:24
Replies: 6
Views: 1,283
Posted By P4UL
Re: VIP only Server plugin?

#pragma semicolon 1

#define DEBUG

#define PLUGIN_AUTHOR ""
#define PLUGIN_VERSION "0.00"

#include <sourcemod>
#include <sdktools>
Forum: Plugin/Gameplay Ideas and Requests 12-21-2018, 13:50
Replies: 6
Views: 1,283
Posted By P4UL
Re: VIP only Server plugin?

How about a plugin which just kicks all clients on connect if they don't have flag a? (if flag a is vip)
Forum: Plugin/Gameplay Ideas and Requests 12-17-2018, 12:12
Replies: 32
Views: 5,370
Posted By P4UL
Re: [CS:GO] Bad Word BAN Plugin?

I made a simple plugin which gags players when they say a bad word, I can easily change it to a ban, add me:
http://steamcommunity.com/id/P4ULIsTheBest/
Forum: Plugin/Gameplay Ideas and Requests 12-09-2018, 07:10
Replies: 6
Views: 1,324
Posted By P4UL
Re: [PAYING] Advanced VIP System

There are plugins for all of this
Forum: Plugins 12-03-2018, 02:36
Replies: 6
Views: 4,286
Posted By P4UL
Forum: Scripting 11-29-2018, 11:58
Replies: 9
Views: 2,848
Posted By P4UL
Re: Optimized Code?

I'm not that experienced with SQL but I think it is a lot more efficient to store the amount of deaths/kills etc locally until either the map ends or the player disconnects so it doesn't have to make...
Forum: Scripting 11-21-2018, 12:14
Replies: 3
Views: 928
Posted By P4UL
Re: I how change mod logo

I'm pretty sure it depends on the map which is being played
Forum: Scripting 11-05-2018, 06:53
Replies: 3
Views: 1,803
Posted By P4UL
Re: Get players count from other CS:GO server

Make a SQL database, make it so every server puts in their info (amount of players, map, whatever you want) every x minutes. Then if they open the server list it can retreive the cached info of the...
Forum: Scripting 11-05-2018, 01:47
Replies: 9
Views: 3,371
Posted By P4UL
Re: each player have his own gravity

I did
HookEvent("player_spawn", Event_PlayerSetGravity);
Forum: Scripting 11-04-2018, 15:35
Replies: 9
Views: 3,371
Posted By P4UL
Re: each player have his own gravity

I searched on google how to do it and they did it with normal gravity amount, it worked on respawn but that is why it did not work when I tried to do it when they picked a gravity amount from the...
Forum: Scripting 11-03-2018, 15:42
Replies: 9
Views: 3,371
Posted By P4UL
Re: each player have his own gravity

You can change/add/remove whatever amount of gravity you want, 800 is default.
Forum: Scripting 11-02-2018, 12:50
Replies: 2
Views: 947
Posted By P4UL
Re: warning 213: tag mismatch

public Action:timer_delay(Handle:timer, any:userid)
{
new client = GetClientOfUserId(userid);

if(client != 0)
{
if(IsPlayerAlive(client))
{
new c4 =...
Forum: Scripting 10-18-2018, 02:25
Replies: 8
Views: 1,317
Posted By P4UL
Re: command every round only 1 time

#include <sourcemod>
#include <store>
#include <renkler>
#include <sdkhooks>

#pragma semicolon 1
#pragma newdecls required

#define VERSION "1.2"
Showing results 1 to 25 of 28

 
Forum Jump

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


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