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

Showing results 1 to 25 of 47
Search took 0.00 seconds.
Search: Posts Made By: Afro-Ankan
Forum: Scripting Help 10-09-2010, 11:41
Replies: 5
Views: 1,173
Posted By Afro-Ankan
Re: small problem

how should i do to make a HUD message then ?


show_hudmessage(iAttacker, "Healed %i HP", get_pcvar_num( cvar_hs ) ? get_pcvar_num( cvar_kill ) );
Forum: Scripting Help 10-09-2010, 11:05
Replies: 5
Views: 1,173
Posted By Afro-Ankan
Re: small problem

yes, ofc.... fixed it


public eDeath( )
{
register_plugin("Headshot", VERSION, "Zpoke")

new iAttacker = read_data(1);

new iHeadshot = read_data(3);
Forum: Scripting Help 10-09-2010, 10:50
Replies: 5
Views: 1,173
Posted By Afro-Ankan
small problem

hello, can someone tell me why this doesnt work ?
should work like this: when you do headshot, get 15 hp (cvar)
and Kill should be 5 hp (cvar)


#include <amxmodx>
#include <fun>

#define...
Forum: Scripting Help 10-07-2010, 07:22
Replies: 9
Views: 1,792
Posted By Afro-Ankan
Re: bool problem in menu

same problem..


public Pistol_MainMenu( iClient ) /*client_print(iClient, print_center, "%s menu%s enabled", PREFIX, b_HasMenu[iClient] ? "" : "already" );*/
{

if(!b_HasMenu [ iClient...
Forum: Scripting Help 10-06-2010, 17:52
Replies: 9
Views: 1,792
Posted By Afro-Ankan
Re: bool problem in menu

when i spawn or connect it says "menu already enabled"
Forum: Scripting Help 10-06-2010, 17:40
Replies: 9
Views: 1,792
Posted By Afro-Ankan
Re: bool problem in menu

thanks exolent!
Forum: Scripting Help 10-06-2010, 16:41
Replies: 9
Views: 1,792
Posted By Afro-Ankan
Re: bool problem in menu

you should only be able to show this menu once per round
Forum: Scripting Help 10-06-2010, 16:16
Replies: 9
Views: 1,792
Posted By Afro-Ankan
bool problem in menu

public Pistol_MainMenu( iClient )
{
if(!b_HasMenu [ iClient ] )
{
client_print(iClient, print_center, "%s menu already enabled", PREFIX);
}
else
{
...
Forum: Suggestions / Requests 08-21-2010, 19:45
Replies: 11
Views: 2,231
Posted By Afro-Ankan
Re: HP Bonus on kills

SCREEN FADE ?
Forum: Suggestions / Requests 08-21-2010, 09:46
Replies: 11
Views: 2,231
Posted By Afro-Ankan
Re: HP Bonus on kills

is i possible to add a screen fade to ?

like red for 0.5 sec
Forum: Scripting Help 08-17-2010, 19:24
Replies: 5
Views: 1,254
Posted By Afro-Ankan
Re: Bad Load

i havent really fixed the error. i took grim's tutorial code and just gonna try using mysql since i really suck at it..

here's the Error:

[ 28] Player_stats 1.0 nobody ...
Forum: Scripting Help 08-17-2010, 11:04
Replies: 5
Views: 1,254
Posted By Afro-Ankan
Bad Load

#include <amxmodx>
#include <sqlx>
#include <cstrike>
#define PLUGIN "Player_stats"
#define VERSION "1.0"
#define AUTHOR ""
new Host[] = "hostname"
new User[] = "username"
new Pass[] ...
Forum: Scripting Help 08-11-2010, 10:16
Replies: 2
Views: 896
Posted By Afro-Ankan
Re: Save connections (mysql)

something like this, but connections instead of points
Forum: Scripting Help 08-10-2010, 17:46
Replies: 2
Views: 896
Posted By Afro-Ankan
Save connections (mysql)

hello, i'm trying to make a plugin were im going to save all Connections (id) using mysql.. how to go ?

Exempel: Everytime you connect you got +1 to your connections. later im gonna add the...
Forum: Scripting Help 08-09-2010, 17:44
Replies: 0
Views: 588
Posted By Afro-Ankan
Survives saved in mysql

is this a good way to see if a player has survived for %i times..

later im gonna save all his survives using mysql. but i don't know how to go with the code.

Thanks! :)

public...
Forum: Scripting Help 08-07-2010, 19:22
Replies: 5
Views: 1,453
Posted By Afro-Ankan
Re: small help needed

thanks guys, but i find my own way...

public eDeath( )
{
new iKiller = read_data(1);
new kill_name[32];

new iVictim = read_data(2);
new vic_name[32];
Forum: Approved Plugins 08-06-2010, 20:25
Replies: 17
Views: 17,525
Posted By Afro-Ankan
Re: Vix (Command Delayer) v1.0.1

Looks awesome. Good job
Forum: Scripting Help 08-06-2010, 17:33
Replies: 5
Views: 1,453
Posted By Afro-Ankan
Re: small help needed

there is no compiling Errors..

i just want to get kills from either Headshot OR killing...

now i cant get from headshot.. and before that i got for headshot and kill. just want to get either...
Forum: Scripting Help 08-06-2010, 17:00
Replies: 5
Views: 1,453
Posted By Afro-Ankan
small help needed

Can someone tell me how to do.. ?

i want it like this.
when your earn xp, you earn them on 2 different ways.. Making Headshot or Just killing.. Is this right ?

public eDeath( )
{

new...
Forum: Scripting Help 08-06-2010, 14:05
Replies: 2
Views: 1,011
Posted By Afro-Ankan
Re: Compiling Error...

ofc, i didn't see that
Forum: Scripting Help 08-06-2010, 13:19
Replies: 2
Views: 1,011
Posted By Afro-Ankan
Compiling Error...

Expected token: ";", but found "-indentfier-" on line 132


new AuthID[35] get_user_authid(id,AuthID,34);
Forum: Scripting Help 08-06-2010, 09:10
Replies: 11
Views: 2,807
Posted By Afro-Ankan
Re: New at coding

didn't know he was banned
Forum: Scripting Help 08-06-2010, 08:53
Replies: 11
Views: 2,807
Posted By Afro-Ankan
Re: New at coding

now the client_print works, do you want me to add Models to ?

#include <amxmodx>
#include <fakemeta>
#include <fun>
#define PLUGIN "Model Changer"
#define AUTHOR "Ludacriss"
#define...
Forum: Scripting Help 08-04-2010, 12:28
Replies: 0
Views: 719
Posted By Afro-Ankan
top15 Headshot's only

hello, im trying to make a plugin..

now i want to have top15 with headshot.

ex: you say /hs15 a motd window should come up. (like the original top15)
but only with headshots..

Thanks.....
Forum: Suggestions / Requests 08-03-2010, 08:59
Replies: 22
Views: 4,250
Posted By Afro-Ankan
Re: [REQ]adding weapons to my bm

it's simpel as 1 2 3...

https://forums.alliedmods.net/showthread.php?t=112757
Showing results 1 to 25 of 47

 
Forum Jump

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


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