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

Showing results 1 to 25 of 476
Search took 0.01 seconds.
Search: Posts Made By: Bimbo1
Forum: Scripting 04-30-2014, 05:58
Replies: 8
Views: 3,031
Posted By Bimbo1
Re: Sorting values

SortPlayersPoints(const points[MAXPLAYERS+1], rank[MAXPLAYERS+1][2]){
//this is where you put your "forgot its name [MAXPLAYERS+1]". its output is the rank array, which should be input empty....
Forum: Scripting 12-03-2013, 17:33
Replies: 19
Views: 5,355
Posted By Bimbo1
Re: Get angle and direction

stock Float:getAngleBetweenPlayerForwardAndTarget(client, target){

decl Float:ang[3];
GetClientEyeAngles(client, ang);
decl Float:vec[3];
decl Float:targetPos[3];...
Forum: Scripting 12-03-2013, 14:28
Replies: 19
Views: 5,355
Posted By Bimbo1
Re: Get angle and direction

really? i'll take a look at that, then... i must have done something dumb, that's why i got bad scores at geometry. also, sorry for taking too long to answer, i'm answering you in the gap between 2...
Forum: Scripting 12-03-2013, 13:30
Replies: 19
Views: 5,355
Posted By Bimbo1
Re: Get angle and direction

i can't understand what you're trying to say. 360 is too much for what? isn't the code i wrote for you already working?
Forum: Scripting 12-03-2013, 12:28
Replies: 19
Views: 5,355
Posted By Bimbo1
Re: Get angle and direction

is this what you meant to calculate by ccw direction?
http://puu.sh/5AYj1.jpg
Forum: Scripting 12-01-2013, 12:35
Replies: 19
Views: 5,355
Posted By Bimbo1
Re: Get angle and direction

oh. i got what u mean. when i finish my league of legends match i might take a look at it or maybe i'll take a look at it tomorrow...
Forum: Scripting 12-01-2013, 12:19
Replies: 19
Views: 5,355
Posted By Bimbo1
Re: Get angle and direction

what's not possible and calculate what?
Forum: Scripting 12-01-2013, 11:59
Replies: 19
Views: 5,355
Posted By Bimbo1
Re: Get angle and direction

there are functions for a lot of things, but i like to optmize things when i can. also, it's just a diagram, it's supposed to be simple. that doesn't exclude the possibility of he wanting it in 3d....
Forum: Scripting 12-01-2013, 10:40
Replies: 19
Views: 5,355
Posted By Bimbo1
Re: Get angle and direction

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

#pragma semicolon 1

stock Float:getAngleBetweenPlayerForwardAndTarget(client, target){

decl Float:ang[3];...
Forum: Scripting 11-29-2013, 15:40
Replies: 5
Views: 955
Posted By Bimbo1
Re: Database problem

well, it doesn't need to be empty. i hope you got the idea.
Forum: Scripting 11-29-2013, 15:40
Replies: 5
Views: 955
Posted By Bimbo1
Re: Database problem

you have to create another string, empty, in order to store the output of sql_escapestring.
Forum: Scripting 11-29-2013, 15:36
Replies: 7
Views: 1,301
Posted By Bimbo1
Re: Help for a plugin CS:S

18? job? no. school, otherwise mc donalds, which is not a bad idea, their food is just too awesome.
Forum: Plugin/Gameplay Ideas and Requests 11-28-2013, 23:33
Replies: 14
Views: 8,052
Posted By Bimbo1
Re: [BHOP-ANTI-CHEAT] Strafe Hack/Bot..need help

i didn't get it. please, be more specific about strafe hacks ans bots. i don't know either of them. what do they do?
Forum: Scripting 11-28-2013, 09:36
Replies: 7
Views: 1,536
Posted By Bimbo1
Re: Get the name of a place on a map

some maps work like that yes(lots of custom maps doesn't, though). haven't you ever noticed the message under your radar? there might have a prop for that or something else, but i can't look for it...
Forum: Scripting 11-26-2013, 19:39
Replies: 8
Views: 1,272
Posted By Bimbo1
Re: How do you display 0.01 through Format?

i bet it won't change a thing
Forum: Scripting 11-26-2013, 17:49
Replies: 18
Views: 3,830
Posted By Bimbo1
Re: [SOLVED] rescue hostage

https://forums.alliedmods.net/showthread.php?p=808724
Forum: Plugin/Gameplay Ideas and Requests 11-26-2013, 11:34
Replies: 17
Views: 3,308
Posted By Bimbo1
Re: Visible spectators?

all you have to do is to parent a spaceship prop to the spectator, isn't it? simple stuff.
Forum: Scripting 11-26-2013, 11:02
Replies: 7
Views: 1,856
Posted By Bimbo1
Re: Problem with IgniteEntity

try preventing their touch with sdkhooks
Forum: Plugin/Gameplay Ideas and Requests 11-26-2013, 10:18
Replies: 17
Views: 3,308
Posted By Bimbo1
Re: Visible spectators?

what's a spaceship misc?
Forum: Plugin/Gameplay Ideas and Requests 11-26-2013, 06:56
Replies: 36
Views: 6,173
Posted By Bimbo1
Forum: Plugin/Gameplay Ideas and Requests 11-26-2013, 06:53
Replies: 36
Views: 6,173
Posted By Bimbo1
Re: [Feature Request] Free For all Day update

so, u could gimme a hug and invite me to play on your server.
Forum: Scripting 11-26-2013, 06:52
Replies: 8
Views: 1,272
Posted By Bimbo1
Re: How do you display 0.01 through Format?

make the float a string and interprete the values yourself.
Forum: Plugin/Gameplay Ideas and Requests 11-26-2013, 06:28
Replies: 36
Views: 6,173
Posted By Bimbo1
Re: [Feature Request] Free For all Day update

bitte, but it was already working before my last update, though. at my last update i only corrected an issue that would happen in a very rare and specific case, nothing related to the cvars.
Forum: Plugin/Gameplay Ideas and Requests 11-25-2013, 19:57
Replies: 36
Views: 6,173
Posted By Bimbo1
Re: [Feature Request] Free For all Day update

updated version:
#include <sourcemod>
#include <cstrike>
#include <sdktools>
#include <sdkhooks>
#include <smlib>

#pragma semicolon 1

#define REFRESH_RATE 0.5
Forum: Scripting 11-25-2013, 15:01
Replies: 18
Views: 3,830
Posted By Bimbo1
Re: rescue hostage

there's a must have bhop plugin which does something similar. look for it.
Showing results 1 to 25 of 476

 
Forum Jump

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


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