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

Showing results 1 to 25 of 29
Search took 0.01 seconds.
Search: Posts Made By: gcz
Forum: Zombie Plague Mod 03-11-2018, 06:19
Replies: 8,633
Views: 6,723,579
Posted By gcz
Re: [Zp] Another Zombie's models Collection

my boss collection

https://forums.alliedmods.net/attachment.php?attachmentid=168838&stc=1&d=1520763189&image=boss.jpg
...
Forum: Scripting Help 10-29-2017, 19:17
Replies: 4
Views: 893
Posted By gcz
Re: on +attack

#include <amxmodx>
#include <engine>

public plugin_init()
{
register_plugin("Attack Test","1.0","Hawk552");
register_clcmd("+attack", "cmd_attack");
}

public cmd_attack(id)
Forum: General 10-28-2017, 21:04
Replies: 20
Views: 16,663
Posted By gcz
Re: How can I open amxx files?

i wouldn't tell you how to do, but i can help you
for education and learn only :wink:
Forum: Scripting Help 10-28-2017, 20:20
Replies: 2
Views: 549
Posted By gcz
Re: How Can I Create Sword Effect

this time i find dragonball z effect i'll try to do
Forum: Scripting Help 10-27-2017, 15:40
Replies: 2
Views: 549
Posted By gcz
How Can I Create Sword Effect

i want to create sword look like this video , can you suggest to me?
thank you

https://youtu.be/Wwga2Hdm_c4?t=1m2s

https://forums.alliedmods.net/showthread.php?t=302324
Forum: General 10-27-2017, 15:17
Replies: 20
Views: 16,663
Posted By gcz
Re: How can I open amxx files?

I Can Open Amxx :D
You Can Send Amxx To Me , I Will Share You To *.Sma File

:wink:
Forum: General 10-24-2017, 20:50
Replies: 0
Views: 679
Posted By gcz
Final Fantasy

i want to create sword effect but this time i cant form any idea

https://i.imgur.com/NWtWngT.jpg

https://i.imgur.com/JV2epvc.jpg

https://i.imgur.com/pFgwSYO.jpg
...
Forum: Scripting Help 07-29-2017, 21:08
Replies: 3
Views: 808
Posted By gcz
Re: set_task problem

:D thank you for tutorial
Forum: Scripting Help 07-28-2017, 21:48
Replies: 3
Views: 808
Posted By gcz
set_task problem

How to fix this


new Float:vOrigin[3]
vOrigin[0] = 0.0
vOrigin[1] = 0.0
vOrigin[2] = 0.0
set_task(5.0, "Game_Start", Float:{0.0, 0.0, 0.0})
set_task(5.0, "Game_Start", vOrigin[0],...
Forum: Scripting Help 06-25-2017, 17:06
Replies: 45
Views: 7,257
Posted By gcz
Re: Health Plugin

cs online
http://i.imgur.com/1BMj4mx.jpg

cs 1.6
http://i.imgur.com/vXlAcns.jpg
Forum: Scripting Help 06-25-2017, 15:09
Replies: 2
Views: 712
Posted By gcz
Re: how to mouse movement left and right

:D i will try to fix this code , thank you

g_flLockedAngles[ id ][ 0 ] = 0.0; // x
entity_set_vector( id, EV_VEC_angles, g_flLockedAngles[ id ] ); // pev_angles
Forum: Scripting Help 06-25-2017, 13:05
Replies: 45
Views: 7,257
Posted By gcz
Re: Health Plugin

i think cso not cs1.6
Forum: Scripting Help 06-23-2017, 16:39
Replies: 2
Views: 712
Posted By gcz
how to mouse movement left and right

lock up and down and move left and right ?



#include < amxmodx >
#include < engine >

#define VERSION "0.0.1"

static bool:g_bHasAngleLock[ 33 ];
Forum: Suggestions / Requests 06-12-2017, 14:13
Replies: 9
Views: 2,526
Posted By gcz
Re: counter strike 1.6 nihilanth mod plugin ?

:D this npc not player

https://forums.alliedmods.net/attachment.php?attachmentid=163385&d=1497290090&nn.jpg
Forum: Zombie Plague Mod 05-30-2017, 20:28
Replies: 8,633
Views: 6,723,579
Posted By gcz
Re: [Zp] Another Zombie's models Collection

i will try to create hand :P

https://forums.alliedmods.net/attachment.php?attachmentid=163097&d=1496190247&nn.jpg
Forum: Scripting Help 05-20-2017, 15:57
Replies: 2
Views: 756
Posted By gcz
Re: ( help ) minecraft camera bug

thank you so much , this time i can fix it now
Forum: Scripting Help 05-19-2017, 17:59
Replies: 2
Views: 756
Posted By gcz
( help ) minecraft camera bug

when i touch wall & entity my camera is bug !
https://vimeo.com/154583964


#include <amxmodx>
#include <engine>
#include <fakemeta>
#include <fakemeta_+>
#include <hamsandwich>
#include...
Forum: Scripting Help 04-20-2017, 13:28
Replies: 0
Views: 546
Posted By gcz
Dragon Fly Help

:oops: i want to create motions dragon fly look like this photo

https://forums.alliedmods.net/attachment.php?attachmentid=162273&d=1492708758


...
Forum: Zombie Plague Mod 04-10-2017, 17:34
Replies: 8,633
Views: 6,723,579
Posted By gcz
Re: [Zp] Another Zombie's models Collection

my collection :oops: ( model player and npc )

https://forums.alliedmods.net/attachment.php?attachmentid=162040&stc=1&d=1491858405
...
Forum: Scripting Help 02-18-2017, 10:43
Replies: 9
Views: 2,036
Posted By gcz
Re: i want to create multiple CLASSNAME

i use many 100+ entity in my game :oops:
Forum: Scripting Help 02-18-2017, 10:38
Replies: 9
Views: 2,036
Posted By gcz
Re: i want to create multiple CLASSNAME

that right thank you so mush for scripte :3:3:3:3:3
Forum: Scripting Help 02-17-2017, 08:40
Replies: 9
Views: 2,036
Posted By gcz
i want to create multiple CLASSNAME

how to create ten chicken and ten classname

// create ten chicken
for( i=0; i<10; i++ )
{
Ent = create_entity("info_target")
...
.....
........
entity_set_string( Ent, EV_SZ_classname,...
Forum: General 02-12-2017, 03:47
Replies: 10
Views: 2,460
Posted By gcz
Re: question about alive / connected

:) sorry for my english is suck


register_clcmd("say /blabla", "saymenu")

saymenu(id)
{
if( !is_user_alive(id) || !is_user_connected(id) )
return;
Forum: General 02-10-2017, 14:25
Replies: 2
Views: 1,317
Posted By gcz
Re: how to save potision

Thank you for advice. I'll try to do.
Forum: General 02-09-2017, 07:16
Replies: 2
Views: 1,317
Posted By gcz
how to save potision

i want to save chicken position to dir/*.txt and load dir/*.txt position origin

thank you :D ( i use google translate )


/* Plugin generated by AMXX-Studio */

#include <amxmodx>...
Showing results 1 to 25 of 29

 
Forum Jump

All times are GMT -4. The time now is 02:29.


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