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

Showing results 1 to 25 of 86
Search took 0.01 seconds.
Search: Posts Made By: Weetabix
Forum: Scripting 11-27-2020, 15:46
Replies: 0
Views: 942
Posted By Weetabix
Sockets - Reading Hexidecimal, Bytes

Hi guys,

I thought I would expand my horizons and use sockets (Mostly for fun and learning). I'm currently using Valve wiki page on server queries...
Forum: Scripting 08-14-2020, 16:36
Replies: 5
Views: 787
Posted By Weetabix
Re: Tag mismatch

change bool to and int. It can be used the same as a bool in this instance.
Forum: Scripting 06-16-2020, 13:28
Replies: 5
Views: 1,197
Posted By Weetabix
Re: Hidden Noclip Plugin

Again, please post in correct section: https://forums.alliedmods.net/forumdisplay.php?f=108

Use file attachments in the advanced editor.
Forum: Scripting 06-16-2020, 13:25
Replies: 4
Views: 859
Posted By Weetabix
Re: remove knife

#include <smlib>
#include <sdktools>

void RemoveKnife(int iClient)
{
int iKnife = GetPlayerWeaponSlot(iClient, CS_SLOT_KNIFE);

if(iKnife != -1)
{
char sName[32];
Forum: Scripting 06-16-2020, 13:10
Replies: 4
Views: 859
Posted By Weetabix
Re: remove knife

https://github.com/bcserv/smlib/tree/transitional_syntax

#include <smlib/clients>

cstrike.inc:
#define CS_TEAM_NONE 0 /**< No team yet. */
#define CS_TEAM_SPECTATOR 1 /**<...
Forum: Scripting 06-16-2020, 13:00
Replies: 5
Views: 1,197
Posted By Weetabix
Re: Hidden Noclip Plugin

https://forums.alliedmods.net/forumdisplay.php?f=108

+ If you're going to post a plugin you must provide the source.
Forum: Scripting 06-16-2020, 12:53
Replies: 3
Views: 822
Posted By Weetabix
Re: Need help with gravity and autobhop in menu

I would love to help but you need to help yourself by learning some level of programming. I can see you've used the API to look for relevant functions which is good but you must know how to use them....
Forum: Scripting 06-16-2020, 06:52
Replies: 4
Views: 1,595
Posted By Weetabix
Re: How to compile .sp files

What are you using to edit the files? SPEdit, Notepad?
Forum: Scripting 06-15-2020, 06:57
Replies: 28
Views: 3,888
Posted By Weetabix
Re: Need help with compileing my sp plugin.

I did what I told you and it compiles fine. (File attached)

Once again, please learn basic C++ or something before progressing.
Forum: Scripting 06-14-2020, 13:19
Replies: 28
Views: 3,888
Posted By Weetabix
Re: Need help with compileing my sp plugin.

Menu is globally defined already. You need to change the variable name to something else or lowercase "menu".

This:
Menu menu = new Menu(Menu_Callback)

Not:
Menu Menu = new...
Forum: Scripting 06-14-2020, 11:30
Replies: 28
Views: 3,888
Posted By Weetabix
Re: Need help with compileing my sp plugin.

Line 7: Change . to , after Command_Vip
Line 11: Change menu to Menu
Line 16: Change Plugin_Handeld to Plugin_Handled
Line 25: Change , to . after menu
Forum: Scripting 06-03-2020, 15:08
Replies: 2
Views: 662
Posted By Weetabix
Re: MySQL Query Help

Thank you DJ!
Forum: Scripting 06-03-2020, 14:40
Replies: 2
Views: 662
Posted By Weetabix
MySQL Query Help

Hello brothers,

Just a little question about mysql and forgive me if this is the wrong place to ask this.
I use the follwing query to inset/update a value if the steamid is already present in the...
Forum: Scripting 05-25-2020, 13:13
Replies: 1
Views: 645
Posted By Weetabix
Inconsistent Prop Spawning

Good day,

I'm in the process of remaking one of my old plugins, however I am once again plagued with a weird bug. I use the code below to spawn a challenge coin from Bloodhound and trigger so...
Forum: Scripting 05-23-2020, 14:15
Replies: 4
Views: 797
Posted By Weetabix
Re: Grant admin flags

Simple way to do it.

SetUserFlagBits(Client, GetUserFlagBits(Client) | ADMFLAG_CUSTOM6)
Forum: Scripting 05-19-2020, 15:29
Replies: 1
Views: 511
Posted By Weetabix
Re: Plugins error , please help

Can you at least add the plugin and any errors you're getting?

No errors? Try load it, reload it. Any errors?
Forum: Scripting 05-09-2020, 16:51
Replies: 3
Views: 726
Posted By Weetabix
Re: RemovePlayerItem or RemoveAllWeapons crash server

https://github.com/bcserv/smlib/tree/transitional_syntax

In Clients.inc there's a function for removing all weapons safely.
Forum: Scripting 05-08-2020, 14:56
Replies: 2
Views: 754
Posted By Weetabix
Re: Menu for cs go

Here's a handy dandy tutorial.
https://wiki.alliedmods.net/Menus_Step_By_Step_(SourceMod_Scripting)
Forum: Scripting 05-07-2020, 20:04
Replies: 2
Views: 935
Posted By Weetabix
Re: [CsGo]Tags

Check the timer function again. Theres an extra parameter for flags.

CreateTimer(interval, func, data, TIMER_REPEAT)
Forum: Scripting 11-26-2017, 21:20
Replies: 2
Views: 764
Posted By Weetabix
Re: soccerjam reset score

Wrong section.
Forum: Scripting 11-14-2017, 17:26
Replies: 3
Views: 1,682
Posted By Weetabix
Re: Serial or UserId?

They do the same thing.
Forum: Scripting 08-18-2017, 21:17
Replies: 2
Views: 923
Posted By Weetabix
Re: [CSGO] Looking for antyrush plugin

https://t3.ftcdn.net/jpg/01/17/23/98/240_F_117239852_JwSpFiryZgZJksiBkIVLvXuwTL0Gm44w.jpg

Link the plugin that supposedly doesn't work?
Forum: Scripting 08-18-2017, 21:15
Replies: 1
Views: 706
Posted By Weetabix
Re: Remove jump landing sound

Pretty sure that's client side and can't be blocked.
Forum: General 07-12-2017, 04:51
Replies: 5
Views: 2,480
Posted By Weetabix
Panorama UI

With the new Panorama UI coming to CS:GO soon (sort of confirmed by Valve) I was just wondering what this could possibly give to sourcemod? Would this potentially provide a more customizable HUD?
Forum: Scripting 07-10-2017, 17:31
Replies: 3
Views: 1,038
Posted By Weetabix
Re: Get real view angles

Another case of someone who fails to use the API correctly. Try using keywords in the future such as "angle" "eye" "view"
Showing results 1 to 25 of 86

 
Forum Jump

All times are GMT -4. The time now is 00:05.


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