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

Showing results 1 to 25 of 50
Search took 0.00 seconds.
Search: Posts Made By: JerryJerryAdios
Forum: Metamod:Source Questions 11-16-2016, 22:43
Replies: 2
Views: 2,042
Posted By JerryJerryAdios
how to set data to client..

i thought the code below should have worked... but it actually crashes the game.... is there anything wrong? Thank you!

clientdata_t *pPlayer = NULL;
pPlayer->health = 20;



void...
Forum: Scripting Help 10-28-2016, 05:46
Replies: 2
Views: 1,465
Posted By JerryJerryAdios
Re: FATAL ERROR (shutting down): New message started when msg '83' has not been sent

you forgot to write "message_end();" for some message. just make sure that every message your plugin sends is ended with "message_end();" before another message starts
Forum: Scripting Help 10-24-2016, 02:03
Replies: 6
Views: 1,201
Posted By JerryJerryAdios
Re: [HELP]World To Screen

Thank you very much!!!!!!
Forum: Scripting Help 10-20-2016, 08:51
Replies: 6
Views: 1,201
Posted By JerryJerryAdios
Re: [HELP]World To Screen

guys... is there a function like 'gEngfuncs.WorldToScreen' 0.0
Forum: Scripting Help 10-19-2016, 06:29
Replies: 6
Views: 1,201
Posted By JerryJerryAdios
Re: [HELP]World To Screen

i do that by client side:3
Forum: Scripting Help 10-18-2016, 22:10
Replies: 6
Views: 1,201
Posted By JerryJerryAdios
[HELP]World To Screen

hola i have learned about rotation transformation, but i stil cant switch world coordinate to screen coordinate by this knowledge(im making a health bar over the targets' heads)...Thanks..
Forum: Scripting Help 08-23-2016, 21:11
Replies: 1
Views: 621
Posted By JerryJerryAdios
Re: how to check if a menu is displaying on the hud

i get it now :p get_user_menu(id,menu,keys);
Forum: Scripting Help 08-23-2016, 03:43
Replies: 1
Views: 621
Posted By JerryJerryAdios
how to check if a menu is displaying on the hud

i made an extra function for slot5, but if im reading a menu on the hud and choose the option five, both the menu and the extra function will work.....
Forum: Scripting Help 06-06-2016, 09:54
Replies: 3
Views: 637
Posted By JerryJerryAdios
Forum: Scripting Help 06-06-2016, 03:49
Replies: 3
Views: 637
Posted By JerryJerryAdios
how to get *infobuffer without EngFunc_GetInfoKeyBuffer

how to get *infobuffer without 'EngFunc_GetInfoKeyBuffer' and 'FM_GetInfoKeyBuffer'...

because i have to code on AMXMODX v1.0 :p

thanks!
Forum: Scripting Help 06-02-2016, 09:46
Replies: 3
Views: 815
Posted By JerryJerryAdios
Forum: Scripting Help 06-02-2016, 08:51
Replies: 3
Views: 815
Posted By JerryJerryAdios
how can it accept multiple parameters

new value[32], value2[32]
value[32] = {.....}//whatever
value2[32] = {.......}
precache_model("models/X/%s/%s.mdl", value, value2)

the error the compiller says is 'Error: Number of arguments...
Forum: Scripting Help 06-02-2016, 08:45
Replies: 12
Views: 1,694
Posted By JerryJerryAdios
Re: [ESF] Powerlevel transformation problem

the blue bar is called 'KI'
the number on the blue bar is called 'PL'
KI is different from PL

and do not use clcmd to hook powerup, use 'register_event( "Powerup", "MsgPowerUp", "a" )' and...
Forum: HL1 Servers (HLDS) 04-24-2016, 07:31
Replies: 25
Views: 7,178
Posted By JerryJerryAdios
Re: how can i create a domain IP for servers??

ohhhhhhhhhh i get it! i get it! thank you guys!!! thank you so much!
Forum: HL1 Servers (HLDS) 04-20-2016, 06:52
Replies: 25
Views: 7,178
Posted By JerryJerryAdios
Re: how can i create a domain IP for servers??

im sorry i dont want to try this way, i have my own domain...:):)
Forum: HL1 Servers (HLDS) 04-20-2016, 06:23
Replies: 25
Views: 7,178
Posted By JerryJerryAdios
how can i create a domain IP for servers??

for example: www.????.com:27015 i want to get it for convenient..help.. and thanks!:3
Forum: General 10-20-2015, 05:24
Replies: 2
Views: 2,157
Posted By JerryJerryAdios
Re: AMXX-Studio background color

it works! my eyes: "thank you so much!"lol http://i58.tinypic.com/34dphxy.jpg
Forum: General 10-20-2015, 03:42
Replies: 2
Views: 2,157
Posted By JerryJerryAdios
AMXX-Studio background color

white is so dazzling, I hope there could be some choices to change the color of AMXX-Studio background, for protecting eyes :)
Forum: Scripting Help 08-24-2015, 09:17
Replies: 3
Views: 1,274
Posted By JerryJerryAdios
Re: can't set entity solid :(

it's still not solid.. is there any way else :(


#include < amxmodx >
#include < fakemeta >
#include < engine >

new TM[33]

public plugin_init( )
Forum: Scripting Help 08-23-2015, 21:13
Replies: 3
Views: 1,274
Posted By JerryJerryAdios
can't set entity solid :(

i have set the entity as solid_bbox but it still doesn't block any entity else :(

is there anything wrong with my code Thanks! :3


#include < amxmodx >
#include < fakemeta >
#include <...
Forum: Scripting Help 08-22-2015, 07:56
Replies: 5
Views: 1,839
Posted By JerryJerryAdios
Re: how can i make this Lightning FX with message_begin

OK i have found where the problem was caused, i should use get_user_origin instead of pev(id,pev_origin,origin) XD

now i gotta go for drawing a spr! Thanks again! :)
Forum: Scripting Help 08-22-2015, 07:48
Replies: 5
Views: 1,839
Posted By JerryJerryAdios
Re: how can i make this Lightning FX with message_begin

Thank you, is my code correct? because i didnt see anything shown up when i tested it:

#include < amxmodx >
#include < fakemeta >
#include < engine >

new g_flameSpr

public plugin_init( )
{
Forum: Scripting Help 08-22-2015, 07:19
Replies: 5
Views: 1,839
Posted By JerryJerryAdios
how can i make this Lightning FX with message_begin

i dont have much description to write, bcz u know, it takes time for me to think, but anyway, thanks! :3

lightning fx pic:
http://i58.tinypic.com/30kykx0.gif
Forum: New Plugin Submissions 07-01-2015, 16:51
Replies: 2
Views: 2,010
Posted By JerryJerryAdios
[ESF,EVM]EvilContainmentWave

Description:
This plugin is made for ESF/EVM, it allows you to use a special attack named 'Evil Containment Wave' when your character is Piccolo Powered-up.
Thanks to all the members of AlliedMods...
Forum: HL1 Servers (HLDS) 06-30-2015, 03:53
Replies: 4
Views: 1,584
Posted By JerryJerryAdios
Re: HLDS Launcher doesn't work..

is it correct? :3 thank you

http://i62.tinypic.com/20pt4x5.jpg

the problem is i cant find the files that i downloaded

http://i62.tinypic.com/28rnkee.jpg
Showing results 1 to 25 of 50

 
Forum Jump

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


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