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

Showing results 1 to 25 of 59
Search took 0.06 seconds.
Search: Posts Made By: SmokieCS
Forum: Plugins 01-07-2022, 13:46
Replies: 0
Views: 1,642
Posted By SmokieCS
Pause Plugin

CS:GO Pause Plugin
Adds simple pause/unpause commands for players

This is an extremely simple plugin that simply wrap the builtin pause system connected to commands.

It adds some simple...
Forum: Scripting 01-07-2022, 13:31
Replies: 10
Solved Pause plugin
Views: 972
Posted By SmokieCS
Re: Pause plugin

Solved.

With the comment above it made me look everything up and finally fix the coding to be fairly simple and use the built-in timeout feature.

Code:
#pragma semicolon 1
#include <cstrike>...
Forum: Scripting 01-07-2022, 12:30
Replies: 10
Solved Pause plugin
Views: 972
Posted By SmokieCS
Re: Pause plugin

So just to make it clear.

You are saying if I just use these in the commandline instead i should be able to achieve the same?

Worth a try.
Forum: Scripting 01-07-2022, 10:00
Replies: 10
Solved Pause plugin
Views: 972
Posted By SmokieCS
Re: Pause plugin

At the moment i have coded this on top, with a timer that send PrintToChat on 30, 20, 10 and 3,2,1 seconds. But I am running into some errors that I do not really know how to fix yet.

Full code:...
Forum: Scripting 01-07-2022, 06:23
Replies: 10
Solved Pause plugin
Views: 972
Posted By SmokieCS
Re: Pause plugin

First of all THANKS!

I used the code for reference and read about timers from the wiki while inserting to understand the meaning of the process.

It works like a charm, but now there is two...
Forum: Scripting 01-07-2022, 02:33
Replies: 10
Solved Pause plugin
Views: 972
Posted By SmokieCS
Re: Pause plugin

Thanks a lot both of you!

Code looks like this now:
public void OnPluginStart() {
/** Load Translations **/
LoadTranslations("pauseplugin.phrases");

/** Admin Commands **/
...
Forum: Scripting 01-06-2022, 09:51
Replies: 10
Solved Pause plugin
Views: 972
Posted By SmokieCS
Re: Pause plugin

Kinda like this: https://forums.alliedmods.net/showthread.php?t=225768&page=2

Just with a more updated syntax and also fitting my current script.

I am trying to add it myself on the fly and...
Forum: Scripting 01-06-2022, 08:34
Replies: 10
Solved Pause plugin
Views: 972
Posted By SmokieCS
Pause plugin

Hello!

I have created a plugin that makes the handles !pause !unpause available with small extra versions of it (!p, !up etc).

There is 1 problem and a thing I would like to add, but do not...
Forum: Unapproved Plugins 01-05-2022, 05:09
Replies: 1,862
Views: 1,141,980
Posted By SmokieCS
Re: [CSGO] Weapon & Knives (Skins, Name Tags, StatTrak, Wear/Float) [!ws !knife !name

First of all follow what Paulo said here...

Second. Dathost is known for being harsh on !ws and !knife plugin servers, but it should not affect it.

Are you sure that you do not have duplicates...
Forum: Plugins 12-26-2021, 01:01
Replies: 639
Views: 336,813
Posted By SmokieCS
Re: Command for respawn is at the bases, not random

You can edit the spawn points from a certain ConVar, that opens a editor menu.

Just remove all the spawn points and make them be in the spawn instead.
Forum: Plugins 11-30-2021, 02:04
Replies: 27
Views: 8,531
Posted By SmokieCS
Re: [CS:GO] eSprays

Added Danish translation in the branch and fixed the max sprays translation both in Danish and English.
Forum: Unapproved Plugins 11-04-2021, 06:18
Replies: 380
Views: 195,850
Posted By SmokieCS
Re: [CS:GO] Weapon Stickers (!stickers)

Alright, will try that next time.
Thanks!
Forum: Unapproved Plugins 10-26-2021, 05:36
Replies: 380
Views: 195,850
Posted By SmokieCS
Re: [CS:GO] Weapon Stickers (!stickers)

How do you run this script? Via your MySQL manager or?
Forum: Unapproved Plugins 10-24-2021, 08:10
Replies: 380
Views: 195,850
Posted By SmokieCS
Re: [CS:GO] Weapon Stickers (!stickers)

I get these failures after updating.

L 10/24/2021 - 14:09:57: [SM] Call stack trace:
L 10/24/2021 - 14:09:57: [SM] [0] DBResultSet.FetchFloat
L 10/24/2021 - 14:09:57: [SM] [1] Line 350,...
Forum: Unapproved Plugins 10-24-2021, 01:08
Replies: 1,862
Views: 1,141,980
Posted By SmokieCS
Re: [CSGO] Weapon & Knives (Skins, Name Tags, StatTrak, Wear/Float) [!ws !knife !name

Hope you figured it out, cause at it seems you have not created a table called gloves in your DB.
Forum: Unapproved Plugins 09-23-2021, 07:26
Replies: 1,862
Views: 1,141,980
Posted By SmokieCS
Forum: Unapproved Plugins 09-22-2021, 07:17
Replies: 1,862
Views: 1,141,980
Posted By SmokieCS
Forum: Plugins 08-28-2021, 00:28
Replies: 14
Views: 8,806
Posted By SmokieCS
Forum: Scripting 08-23-2021, 10:25
Replies: 3
Views: 943
Posted By SmokieCS
Re: Translations not going through.

Well at least the problem was not a big one.

I missed sm reload translations and that is why it could not read my translation files....
Forum: Scripting 08-23-2021, 06:25
Replies: 3
Views: 943
Posted By SmokieCS
Re: Translations not going through.

Sadly this did not fix anything for me. I get the understanding of the translation process, but for some reason it is still not showing anything in the game... The code is as following now:
...
Forum: Scripting 08-22-2021, 07:37
Replies: 3
Views: 943
Posted By SmokieCS
Translations not going through.

Hello.

I have been struggling with understanding the whole translations of the plugins section.

I am trying to translate this plugin:

#pragma semicolon 1
#include <cstrike>
#include...
Forum: Plugins 08-21-2021, 02:54
Replies: 7
Views: 33,113
Posted By SmokieCS
Re: [CS:GO] Pause commands

Could this ever be a thing? I am trying to look at it myself as well, but I am not that good of a coder i SP yet.
Forum: SM_Hosties 07-31-2021, 13:52
Replies: 2
Views: 6,307
Posted By SmokieCS
Re: i need SM_hosties help please

Sadly the syntax is outdated.

I know that you can find an "updated" version here: https://forums.alliedmods.net/showthread.php?t=307634

But they also shut down their operations a while ago.
Forum: Scripting 07-31-2021, 13:47
Replies: 5
Views: 1,836
Posted By SmokieCS
Re: Make a Color include which works on both CSS/CSGO |help

Could you share your whole code? Just to make sure that you actually #include the includes etc.
Forum: Scripting 07-29-2021, 03:28
Replies: 5
Views: 1,119
Posted By SmokieCS
Re: Hosties: Lastrequest compiling errors

Can it have anything to do with decrepitated syntax?
Showing results 1 to 25 of 59

 
Forum Jump

All times are GMT -4. The time now is 11:52.


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