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

Showing results 1 to 25 of 149
Search took 0.01 seconds.
Search: Posts Made By: bally
Forum: Scripting 12-26-2015, 16:09
Replies: 9
Views: 1,358
Posted By bally
Forum: Scripting 12-25-2015, 18:48
Replies: 6
Views: 3,198
Posted By bally
Re: CS GO: Remove Knife !

Olá, SetEntityRenderColor(int entity, int r, int g, int b, int a)
Forum: Scripting 12-25-2015, 18:42
Replies: 0
Views: 463
Posted By bally
What's wrong?

Happy Holidays everyone!!

retrieveCachedData() is not retrieving info... I created a keyvalues Handle previously, now I wanted to use it again to search another value.. however it seems to not be...
Forum: Scripting 12-23-2015, 09:06
Replies: 5
Views: 1,606
Posted By bally
Forum: Scripting 12-23-2015, 05:23
Replies: 6
Views: 2,113
Posted By bally
Forum: Scripting 12-22-2015, 16:11
Replies: 16
Views: 2,814
Posted By bally
Re: Need a good array for this...

I know how to work with multidimensional arrays in pawn, but thanks :). My question is: DO I really need an array or I can use KeyValues? Like I'm doing in that code...
Forum: Scripting 12-22-2015, 15:07
Replies: 16
Views: 2,814
Posted By bally
Re: Need a good array for this...

o.o, was that supposed to be a poem? xD
I'm sorry for bumping

Edit: I'm not very good with poems... could you please clarify?
Forum: Scripting 12-22-2015, 14:19
Replies: 16
Views: 2,814
Posted By bally
Forum: Scripting 12-22-2015, 11:12
Replies: 4
Views: 1,694
Posted By bally
Forum: Scripting 12-21-2015, 15:20
Replies: 8
Views: 1,381
Posted By bally
Re: [CS:GO] Random bomb give ?

It is not my fault you aren't spending any time whatsoever, to learn the basics of the basics of sourcemod, the only thing you had to do was to re-arrange my code to fit in yours.
I wasted my OWN...
Forum: Scripting 12-21-2015, 14:17
Replies: 8
Views: 1,381
Posted By bally
Re: [CS:GO] Random bomb give ?

I'm not going to make your code, I already gave you what you need.
Forum: Scripting 12-21-2015, 14:03
Replies: 8
Views: 1,381
Posted By bally
Re: [CS:GO] Random bomb give ?

public void init()
{
int clindexcount = 0;
for (int i = 1; i < MaxClients; i++)
{
if(IsClientInGame(i) && IsPlayerAlive(i))
{
clindexcount++;
continue;
}
Forum: Scripting 12-21-2015, 13:22
Replies: 8
Views: 1,381
Posted By bally
Re: [CS:GO] Random bomb give ?

for loop for all client index and GetRandomInt and GiveBomb??
Forum: Scripting 12-21-2015, 13:18
Replies: 16
Views: 2,814
Posted By bally
Re: Need a good array for this...

Let me be more specific:


#pragma semicolon 1

#define DEBUG

#define PLUGIN_AUTHOR ""
#define PLUGIN_VERSION "0.00"
Forum: Scripting 12-21-2015, 09:36
Replies: 16
Views: 2,814
Posted By bally
Re: Need a good array for this...

LOOL, you just saved me a bunch of time. cheers!
Forum: Scripting 12-21-2015, 08:43
Replies: 16
Views: 2,814
Posted By bally
Re: Need a good array for this...

So basically, what you're saying is, there's no need to store the values on a dynamic array, I can just access the keyvalues because they are already cached?
Forum: Scripting 12-20-2015, 22:38
Replies: 16
Views: 2,814
Posted By bally
Re: Need a good array for this...

Dr greg, can you show me an example with the adt_array?
Forum: Scripting 12-20-2015, 21:31
Replies: 16
Views: 2,814
Posted By bally
Re: Need a good array for this...

Hi nosoop, thanks for replying me this fast, I did not understand what you meant with "adt_trie", would it be possible to add an example in? Also, I want to make this project extremely flexible and...
Forum: Scripting 12-20-2015, 19:41
Replies: 16
Views: 2,814
Posted By bally
Need a good array for this...

"Locations"
{
"Arena"
{
"ammo" "1"
"ctlocx" "535"
"ctlocy" "5290"
"ctlocz" "1924"
"tlocx" "4467"
"tlocy" "45361"
Forum: Scripting 12-18-2015, 20:16
Replies: 1
Views: 683
Posted By bally
Arrays and all of that :)

So, 3 months have passed since I touched any SM project. I basically forgot it all...

I have a few newbish-like questions for you guys, if someone can reply to me, it'd be just great.

If I want...
Forum: Scripting 10-16-2015, 12:51
Replies: 12
Views: 1,627
Posted By bally
Re: [Help] Error

weird, I tried printToChat, it said 118 ?

Edit: Integer values are %i right?
Forum: Scripting 10-15-2015, 16:22
Replies: 12
Views: 1,627
Posted By bally
Re: [Help] Error

thanks :) what about index on the temp entities do they start from 0?
Forum: Scripting 10-15-2015, 13:35
Replies: 12
Views: 1,627
Posted By bally
Re: [Help] Error

example code if you wouldn't mind
Forum: Scripting 10-15-2015, 11:38
Replies: 12
Views: 1,627
Posted By bally
Re: [Help] Error

check what spray index client is looking and when press E display a motd with the url specified in Kv for each individual spray client is looking, you got any idea? I managed to work and detect...
Forum: Scripting 10-14-2015, 19:30
Replies: 12
Views: 1,627
Posted By bally
Re: [Help] Error

:) thanks for trying, even if you didn't found the solution.
Showing results 1 to 25 of 149

 
Forum Jump

All times are GMT -4. The time now is 21:45.


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