Raised This Month: $ Target: $400
 0% 

Showing results 1 to 25 of 182
Search took 0.06 seconds.
Search: Posts Made By: Santaaa
Forum: Trash 07-27-2012, 19:41
Replies: 14
Views: 3,150
Posted By Santaaa
Re: Minecraft for free!

Why the fuck would you vote a ban for me if im trying to help people? GOD
Forum: Trash 07-27-2012, 18:28
Replies: 14
Views: 3,150
Posted By Santaaa
Re: Minecraft for free!

You're welcome :)
Forum: Trash 07-27-2012, 17:51
Replies: 14
Views: 3,150
Posted By Santaaa
Re: Minecraft for free!

How is this illegal, im only trying to help people?
Forum: Trash 07-27-2012, 17:17
Replies: 14
Views: 3,150
Posted By Santaaa
Minecraft for free!

Hello people,

Today I wanna show you people how to get minecraft for free. Just follow my steps on my youtube video and enjoy playing it for free!

Link: http://www.youtube.com/watch?v=

I...
Forum: Trash 07-27-2012, 17:16
Replies: 0
Views: 667
Posted By Santaaa
Magical Bamf PK video 3 [Awesome editing]

Hello there people, how ya been.
Magical bamf turns back from the death

PK #3: http://www.youtube.com/watch?v=ce44DXmPgOM


My other PK videos.
PK #2:...
Forum: Scripting Help 07-15-2012, 16:41
Replies: 4
Views: 2,254
Posted By Santaaa
Re: Help with menu opening .

Or you just debug the plugin
Forum: Scripting Help 07-15-2012, 10:18
Replies: 3
Views: 1,039
Posted By Santaaa
Re: Team join actions...

Why do you start at case 0?
Try starting at case 1.
Forum: Scripting Help 07-15-2012, 10:17
Replies: 5
Views: 1,082
Posted By Santaaa
Re: automatically selects the class

Use random_num with cases

so for example

new Number = random_num(1, 8)

switch (Number)
{
case 1:
case 2:
Forum: Scripting Help 07-14-2012, 17:28
Replies: 4
Views: 822
Posted By Santaaa
Re: Can someone explain this hook to me?

So for example

if (!get_tr2(trace, TR_iHitGroup) == HIT_HEAD)

Would block everything what is not hitting the head?
Forum: Scripting Help 07-14-2012, 16:43
Replies: 4
Views: 822
Posted By Santaaa
Can someone explain this hook to me?

Hey there,

I would like to know more about this event. Example how to catch the victim, how to set hitboxes. etc
RegisterHam(Ham_TraceAttack, "player", "FwdTraceAttack")
Forum: Suggestions / Requests 07-13-2012, 15:26
Replies: 30
Views: 11,937
Posted By Santaaa
Re: Shop Requests - What do you want?

A newer version of your XP mod :)
Forum: Scripting Help 07-13-2012, 08:58
Replies: 3
Views: 1,102
Posted By Santaaa
Re: Hours in percentages

Thats for 1 hour, now i want it for 25 hours.

Would i do it like this?
new hour = get_user_time() / 3600
new percent = hour * 100 / 25
Forum: Scripting Help 07-13-2012, 08:01
Replies: 3
Views: 1,102
Posted By Santaaa
Hours in percentages

Hey,

How will I calculate the hours into percentages. I tryed: new hour = get_user_time() / 3600
new percent = hour * 100 / 25Maybe its * 60 because a hour has 60 minutes? but I dont know.
But...
Forum: Suggestions / Requests 07-13-2012, 05:20
Replies: 6
Views: 2,057
Posted By Santaaa
Re: Block say "123" in chat..

/* Plugin generated by AMXX-Studio */

#include <amxmodx>

#define PLUGIN "Block chat"
#define VERSION "1.0"
#define AUTHOR "Santa"


public plugin_init() {
Forum: Suggestions / Requests 07-13-2012, 05:14
Replies: 3
Views: 1,161
Posted By Santaaa
Re: What is wrong in this code?

#include <amxmodx>
#include <cstrike>
#include <fun>
#include <hamsandwich>

#pragma semicolon 1


#define RED 0
#define GREEN 255
Forum: Scripting Help 07-13-2012, 04:49
Replies: 10
Views: 1,787
Posted By Santaaa
Re: Need help with endround

How can I catch the index of a specefic player, because im going to loop it through all players it will show it for everyone since there is no standard index on this event.
Forum: Scripting Help 07-13-2012, 04:24
Replies: 11
Views: 3,371
Posted By Santaaa
Forum: Scripting Help 07-13-2012, 04:24
Replies: 30
Views: 5,709
Posted By Santaaa
Re: Calculating, k/d ratio.

It worked with this.

if (Ratio >= 3)
{
// function
}
Forum: Scripting Help 07-12-2012, 16:50
Replies: 17
Views: 3,876
Posted By Santaaa
Re: Best player of the map?

Allright, I though that get_timeleft is the best option for me. But if im going to set a task for it (permanent) "b" flag. How would I do that without an index just for the server?
Forum: Scripting Help 07-12-2012, 16:46
Replies: 17
Views: 3,876
Posted By Santaaa
Re: Best player of the map?

Allright, back to the topic. Is there any other way to show it at the end of the map?
Forum: Scripting Help 07-12-2012, 16:38
Replies: 17
Views: 3,876
Posted By Santaaa
Re: Best player of the map?

Well just asking to be sure :D
Forum: Scripting Help 07-12-2012, 16:36
Replies: 17
Views: 3,876
Posted By Santaaa
Re: Best player of the map?

So this is a correct loop?

for (new i = 1; i <=get_maxplayers(); i++)
Forum: Scripting Help 07-12-2012, 16:28
Replies: 17
Views: 3,876
Posted By Santaaa
Re: Best player of the map?

Hmm, then how would I check if its the end of the map ?:O

EDIT: So if my loop is wrong, why does it work on other actions?
Forum: Scripting Help 07-12-2012, 16:10
Replies: 17
Views: 3,876
Posted By Santaaa
Best player of the map?

Hello there,

I've tryed to catch the best player of the map by using plugin_end, and another action by that. Ill show you guys what i've tried and what the problem is.

public plugin_end()
{
...
Forum: Scripting Help 07-12-2012, 15:37
Replies: 11
Views: 3,371
Posted By Santaaa
Re: Bomb planted?

Nvm, found.
Showing results 1 to 25 of 182

 
Forum Jump

All times are GMT -4. The time now is 18:09.


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