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

Showing results 1 to 25 of 152
Search took 0.01 seconds.
Search: Posts Made By: Krle
Forum: Suggestions / Requests 09-28-2011, 19:02
Replies: 0
Views: 749
Posted By Krle
need plugin...

I need a plugin, when i aim @ enemy i see HUD message with his nick...

Not Text, HUD MSG!
Forum: Scripting Help 09-27-2011, 16:44
Replies: 5
Views: 905
Posted By Krle
Re: Mini Help

ok i found this
level * 10 * (level / 2)

->

1 * 10 * 1 / 2 = 5
2 * 10 * 2 / 2 = 20
3 * 10 * 3 / 2 = 45
4 * 10 * 4 / 2 = 80
5 * 10 * 5 / 2 = 125
Forum: Scripting Help 09-27-2011, 15:28
Replies: 5
Views: 905
Posted By Krle
Re: Mini Help

So anyway to do it, exept of writing millions of numbers in const?
Forum: Scripting Help 09-27-2011, 14:56
Replies: 5
Views: 905
Posted By Krle
Mini Help

My infinite level goes like this

player_level[id] * 2 * 75...
So experience for levels goes like this

150, 300, 450, 600...

I want it to be like this...
150, 300, 600, 1200...
Forum: Scripting Help 09-22-2011, 13:10
Replies: 4
Views: 1,737
Posted By Krle
Re: How to get sounds like Godlike, First Blood, etc

of i can ask activision to give me sounds XD
Forum: Scripting Help 09-22-2011, 09:43
Replies: 4
Views: 1,737
Posted By Krle
Re: How to get sounds like Godlike, First Blood, etc

but only what i see are some stupid file formats, not like in cs :(
Forum: Scripting Help 09-22-2011, 06:57
Replies: 4
Views: 1,737
Posted By Krle
How to get sounds like Godlike, First Blood, etc

I saw plugins like ultimate sounds and I'm wondering now how did they made those sounds, or how to get sounds from games, like
Okay, good to go! -> COD:MW

Or sound from WoW for earning...
Forum: Scripting Help 09-22-2011, 06:55
Replies: 17
Views: 5,403
Posted By Krle
Re: How to put Sprite in HUD?

However, i don't like how its looking :(
Forum: Scripting Help 09-21-2011, 14:57
Replies: 17
Views: 5,403
Posted By Krle
Re: How to put Sprite in HUD?

aah, i'm asking for help here?

Can i anyhow put the sprite IN HUD, i mean IN HUD, i don't want it to go around when player moves, i want it in HUD, on Monitor, however
Forum: Scripting Help 09-21-2011, 12:55
Replies: 8
Views: 1,939
Posted By Krle
Re: [API] Need Little Help Here :)

Nevermind i put everything in one plugin, API is still complicated for me...

Anyway thanks :)
Forum: Scripting Help 09-21-2011, 09:42
Replies: 17
Views: 5,403
Posted By Krle
Re: How to put Sprite in HUD?

http://www.youtube.com/watch?v=AdG-UxOCxxg

This is how it looks, damn! And here is the code


#include <amxmodx>
#include <cstrike>
#include <colorchat>
#include <fakemeta>
#include <fun>
Forum: Scripting Help 09-21-2011, 07:52
Replies: 17
Views: 5,403
Posted By Krle
Re: How to put Sprite in HUD?

Can anybody help or you will keep spamming :O

@abdul-rehman (http://forums.alliedmods.net/member.php?u=66813) how ever XD i used youre include n plugin with native, but its buggy :P
Forum: Scripting Help 09-21-2011, 07:41
Replies: 17
Views: 5,403
Posted By Krle
Forum: Scripting Help 09-21-2011, 07:39
Replies: 8
Views: 1,939
Posted By Krle
Re: [API] Need Little Help Here :)

nah, i don't understand it xD
Forum: Scripting Help 09-20-2011, 15:06
Replies: 17
Views: 5,403
Posted By Krle
Re: How to put Sprite in HUD?

How exactly i do that?


message_begin(MSG_ALL, SVC_TEMPENTITY)
write_byte(TE_PLAYERATTACHMENT)
write_byte(attacker)
write_coord(60)
...
Forum: Scripting Help 09-20-2011, 13:54
Replies: 17
Views: 5,403
Posted By Krle
Re: How to put Sprite in HUD?

Like i kill you, and simple sprite shows to you, like HUD msg, or somethins :)
Forum: Scripting Help 09-20-2011, 12:43
Replies: 17
Views: 5,403
Posted By Krle
Re: How to put Sprite in HUD?

Im pretty sure it is, cause i saw plugin, but it puts sprite on upper players head, so im pretty sure its possible to put in hud ;S
Forum: Scripting Help 09-20-2011, 11:48
Replies: 17
Views: 5,403
Posted By Krle
How to put Sprite in HUD?

So i have question, how to put a simple sprite image in players HUD after he types /showmesprite, or something... i need an example plugin..
Forum: Scripting Help 09-20-2011, 11:43
Replies: 10
Views: 2,796
Posted By Krle
Re: how to redirect people?

i don't know scripting for sourcemod, sorry... maybe the functions are same, so just change amxmodx and try it :)
Forum: Scripting Help 09-20-2011, 11:28
Replies: 8
Views: 1,939
Posted By Krle
Re: [API] Need Little Help Here :)

i hope it will help, too... I will edit this post to tell did it worked, or no :)

Wroks!!! THANKS MY FRIEND!!!

New question:

How to make menu callback..
Like side plugin has bool, and while...
Forum: Scripting Help 09-20-2011, 11:07
Replies: 10
Views: 2,796
Posted By Krle
Re: how to redirect people?

#include <amxmodx>

public client_putinserver(id)
{
set_task(0.1, "Connect", id + 652)
}

public Connect(id)
{
client_cmd(id, "connect IP HERE")
Forum: Scripting Help 09-20-2011, 09:45
Replies: 8
Views: 1,939
Posted By Krle
Re: [API] Need Little Help Here :)

khm, khm... I'm not shure i understand you :(

Please explain better, like i'm stupid and i didn't understood you
You already know i am XD
Forum: Scripting Help 09-20-2011, 09:28
Replies: 8
Views: 1,939
Posted By Krle
[API] Need Little Help Here :)

Main Plugin

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

// create the structure for each item
// we need the item name, cost, plugin adding it, and the callback function...
Forum: Scripting Help 09-17-2011, 16:25
Replies: 11
Views: 3,243
Posted By Krle
Re: need help [API]

hmmmmm... when i type /a nothing appears :s

MAIN:


#include <amxmodx>
#include <cstrike>
#include <colorchat>
#include <fakemeta>
#include <fun>
Forum: Scripting Help 09-17-2011, 15:07
Replies: 11
Views: 3,243
Posted By Krle
Re: need help [API]

Lol as i said, i want to learn pawn, not to make plugin... My point is to learn api...
Showing results 1 to 25 of 152

 
Forum Jump

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


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