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

Showing results 1 to 25 of 39
Search took 0.01 seconds.
Search: Posts Made By: beastedout
Forum: Plugin/Gameplay Ideas and Requests 11-08-2018, 12:52
Replies: 5
Views: 1,837
Posted By beastedout
Re: gamble and jackpot csgo

Yea will be really nice if you share!!
Forum: Scripting 09-10-2018, 03:17
Replies: 6
Views: 1,272
Posted By beastedout
Forum: Scripting 09-10-2018, 03:16
Replies: 3
Solved Need Help!
Views: 830
Posted By beastedout
Re: Need Help!

public Action CMD_Team(int client, int args)
{
if(!IsClientValid(client) || !IsClientInGame(client))
{
return Plugin_Handled;
}

if((args != 2) && (args != 3))
{...
Forum: Plugins 09-09-2018, 11:47
Replies: 13
Views: 17,108
Posted By beastedout
Forum: Scripting 09-09-2018, 08:45
Replies: 6
Views: 1,272
Posted By beastedout
Re: how do I change this to new syntax?

can't find it anywhere :cry:
Forum: Scripting 09-09-2018, 07:51
Replies: 6
Views: 1,272
Posted By beastedout
Re: how do I change this to new syntax?

Thanks :) ^_^
and this line?

new Handle: trace = TR_TraceRayFilterEx(vec[0], vec[1], MASK_SOLID, RayType_Infinite, Filter_ExcludePlayers);
from this code:-

public Action CMD_Teleport(int...
Forum: Scripting 09-09-2018, 07:39
Replies: 6
Views: 1,272
Posted By beastedout
Re: how do I change this to new syntax?

this line too

new Handle: trace = TR_TraceRayFilterEx(vec[0], vec[1], MASK_SOLID, RayType_Infinite, Filter_ExcludePlayers);
Forum: Scripting 09-09-2018, 07:35
Replies: 6
Views: 1,272
Posted By beastedout
how do I change this to new syntax?

Line:
TeleportEntity(target_list[i], vec[0], vec[1], Float: {0.0, 0.0, 0.0});
My try:-

TeleportEntity(target_list[i], vec[0], vec[1], view_as<float>(0.0, 0.0, 0.0));
Forum: Scripting 09-09-2018, 06:57
Replies: 3
Solved Need Help!
Views: 830
Posted By beastedout
Need Help!

public Action CMD_Team(int client, int args)
{
if(!IsClientValid(client) || !IsClientInGame(client))
{
return Plugin_Handled;
}

if((args != 2) && (args != 3))
{...
Forum: Plugin/Gameplay Ideas and Requests 09-08-2018, 13:05
Replies: 3
Solved Stopwatch
Views: 621
Posted By beastedout
Re: Stopwatch

I think he wants a plugin that starts a timer in PrintCenterText when client types !stopwatch in chat and stops timer when !stopwatch is written again!
Forum: Scripting 09-05-2018, 22:15
Replies: 6
Views: 1,888
Posted By beastedout
Re: [HELP] Make clients use opposite keys -OnPlayerRunCmd-

Oh, sorry. Will do like this from next time!


Thanks :)
Forum: Scripting 09-05-2018, 13:09
Replies: 6
Views: 1,888
Posted By beastedout
Re: [HELP] Make clients use opposite keys -OnPlayerRunCmd-

This is from where i copy-pasted the code

vel[1] = -vel[1];
didn't understand what this does but it wasn't allowing me to press key(wasd) + jump together for some reason.
Forum: Scripting 09-05-2018, 13:02
Replies: 6
Views: 1,888
Posted By beastedout
Re: [HELP] Make clients use opposite keys -OnPlayerRunCmd-

Nothing else needs to be changed?


I took code from your MyJailbreak plugin, so kept your name :3
Forum: Scripting 09-05-2018, 12:23
Replies: 6
Views: 1,888
Posted By beastedout
[HELP] Make clients use opposite keys -OnPlayerRunCmd-

#include <sourcemod>
#include <sdktools>
#include <sdkhooks>
#include <cstrike>

#pragma semicolon 1
#pragma newdecls required


Handle OppoKeys;
Forum: Scripting 09-05-2018, 05:32
Replies: 10
Views: 2,541
Posted By beastedout
Re: Compile error: RegAdminCmd (function prototypes...)

Oh, thanks! :3 :bacon!: and Sorry! :cry:
Forum: Scripting 09-05-2018, 05:01
Replies: 10
Views: 2,541
Posted By beastedout
Re: Compile error: RegAdminCmd (function prototypes...)

Hey guys, sorry for bumping old post but I have same problem!

#include <sourcemod>
#include <colorvariables>

#pragma semicolon 1
#pragma newdecls required

public Plugin myinfo =
{
Forum: Plugins 08-31-2018, 23:12
Replies: 24
Views: 15,229
Posted By beastedout
Forum: Plugin/Gameplay Ideas and Requests 08-31-2018, 08:01
Replies: 8
Views: 2,268
Posted By beastedout
Forum: Plugin/Gameplay Ideas and Requests 08-30-2018, 03:29
Replies: 8
Views: 2,268
Posted By beastedout
Re: Simple Velocity (in u/s) Displayer!

error 033: array must be indexed (variable "fVelocity") :cry:
Forum: Plugin/Gameplay Ideas and Requests 08-29-2018, 03:57
Replies: 8
Views: 2,268
Posted By beastedout
Simple Velocity (in u/s) Displayer!

Need a simple plugin which shows client (and their spectators) their velocity in u/s in hud (PrintHintText).
Extended Speed Meter (https://forums.alliedmods.net/showthread.php?t=270630) has so many...
Forum: Scripting 08-29-2018, 03:11
Replies: 15
Views: 3,355
Posted By beastedout
Forum: Plugin/Gameplay Ideas and Requests 08-29-2018, 03:05
Replies: 3
Views: 1,161
Posted By beastedout
Re: need damage feed plugin

https://forums.alliedmods.net/showthread.php?p=1816276
https://forums.alliedmods.net/showthread.php?t=64661?t=64661
Forum: Plugins 08-27-2018, 12:59
Replies: 213
Views: 106,977
Posted By beastedout
Re: [CSS/CS:GO] Influx Timer (2017/07/15)

Still site not working :crab:
Forum: Plugin/Gameplay Ideas and Requests 08-27-2018, 05:39
Replies: 7
Views: 1,566
Posted By beastedout
Re: player announce

connect message for only who have certain flag?
Forum: Scripting 08-25-2018, 11:56
Replies: 12
Views: 8,645
Posted By beastedout
Showing results 1 to 25 of 39

 
Forum Jump

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


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