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

Showing results 1 to 25 of 69
Search took 0.04 seconds.
Search: Posts Made By: LiZou Mapper
Forum: General 02-22-2024, 21:09
Replies: 1
Views: 268
Posted By LiZou Mapper
Forum: New Plugin Submissions 10-18-2022, 13:40
Replies: 39
Views: 24,766
Posted By LiZou Mapper
Re: Zombie Escape Mod [ReHLDS, ReGameDLL & ReAPI]

Updated to v1.7 -- Jul 2022 (https://github.com/raheem-cs/Zombie-Escape/releases/tag/v1.7)

Change Log :

Added new APIs (https://escapers-zone.net/api)
Added Long-Jump for...
Forum: Scripting Help 10-14-2022, 10:56
Replies: 5
Views: 1,020
Posted By LiZou Mapper
Forum: Scripting Help 10-13-2022, 21:52
Replies: 5
Views: 1,020
Posted By LiZou Mapper
Re: How do you make one entity rotate at a certain speed toward another?

client?
Maybe, you don't understand what I mean, you know when an NPC is idle after stopping a player behind it, slowly rotate towards player !

Maybe, you will understand now?

public...
Forum: Scripting Help 10-13-2022, 19:40
Replies: 5
Views: 1,020
Posted By LiZou Mapper
How do you make one entity rotate at a certain speed toward another?

Hello !
This is method how I use to make the NPC rotate towards the enemy, but it's boring and bad.


pev(ent, pev_origin, vOrigin)
pev(victim, pev_origin, vVicOrigin)

xs_vec_sub(vVicOrigin,...
Forum: General 10-09-2022, 17:14
Replies: 191
Views: 75,353
Posted By LiZou Mapper
Re: [Editor] AMXXPawn for Visual Studio Code

I mean the AMXXPawn extension on VSCode needs to be updated
Forum: General 09-12-2022, 15:32
Replies: 12
Views: 1,524
Posted By LiZou Mapper
Re: amxx support in vscode?

Try AMXX on Sublime Text 3.2.2 Build 3211
Forum: New Plugin Submissions 08-03-2022, 13:35
Replies: 5
Views: 2,596
Posted By LiZou Mapper
Forum: New Plugin Submissions 07-11-2022, 22:51
Replies: 34
Views: 18,701
Posted By LiZou Mapper
Forum: Scripting Help 06-21-2022, 22:41
Replies: 8
Views: 1,111
Posted By LiZou Mapper
Re: Extra Items Limit

CVar:
zp_extraitems_limit 3

Put this in translations file Ex: zombieplague.txt
BUY_LIMIT = You has reached max limits

I did not try it on my game!
Forum: Suggestions / Requests 06-21-2022, 20:43
Replies: 7
Views: 975
Posted By LiZou Mapper
Re: How to edit color of this?

I added this in Zombie Escape Mod, it works

Code:

// Death Message
message_begin(MSG_ALL, 83)
write_byte(iAttacker) // killer
write_byte(iVictim) // victim
write_byte(1) // headshot flag...
Forum: General 06-20-2022, 18:11
Replies: 191
Views: 75,353
Posted By LiZou Mapper
Re: [Editor] AMXXPawn for Visual Studio Code

There is a difference between the plugin AMXX Pawn Editor in Sublime Text and this in VS Code!!
Forum: Scripting Help 06-19-2022, 15:44
Replies: 3
Views: 890
Posted By LiZou Mapper
Re: hud bug %s on amxmod 1.10

AMX Mod X v1.9 or above
Solution here: http://github.com/Hun1eR/Print-Center-Fix/releases/tag/v2.0.1
Forum: Scripting Help 06-13-2022, 18:55
Replies: 4
Views: 1,268
Posted By LiZou Mapper
Re: hook_cvar_change and RH_Cvar_DirectSet not working

I got the latest version of ReHLDS from the Action tab, thanks!
But the message is still displayed on the console:

[ReAPI] RegisterHookChain: function (Cvar_DirectSet) is not available, ReHLDS...
Forum: Scripting Help 06-13-2022, 17:57
Replies: 4
Views: 1,268
Posted By LiZou Mapper
Re: hook_cvar_change and RH_Cvar_DirectSet not working

ReHLDS is exists.
The latest version of ReHLDS no longer supports Windows!

I have reviewed the gamedata, it exists

"SV_DropClient" // void SV_DropClient(client_t *cl, qboolean crash, const...
Forum: Scripting Help 06-13-2022, 15:07
Replies: 4
Views: 1,268
Posted By LiZou Mapper
hook_cvar_change and RH_Cvar_DirectSet not working

Hi everyone!
I searched a lot before doing this Thread.
The problem is forward hook_cvar_change() not working.
I used RH_Cvar_DirectSet from ReAPI, It doesn't work either.

hook_cvar_change(): I...
Forum: General 10-05-2021, 08:52
Replies: 191
Views: 75,353
Posted By LiZou Mapper
Forum: Scripting Help 10-04-2021, 17:35
Replies: 3
Views: 875
Posted By LiZou Mapper
Re: help with npc

what do you mean?
Forum: Approved Plugins 10-01-2021, 17:21
Replies: 221
Views: 94,762
Posted By LiZou Mapper
Forum: Scripting Help 10-01-2021, 11:20
Replies: 2
Views: 1,138
Posted By LiZou Mapper
Re: [solved] make env_sprite entity able to have velocity or info_target animable

I was having this problem with NPC Plugin, thank you!
Forum: Scripting Help 09-27-2021, 13:02
Replies: 2
Views: 714
Posted By LiZou Mapper
Re: Get value from keyname of entity

Thanks for help!

I was declaring on register_forward or RegisterHam in plugin_init(), So not working. Need declaring it in plugin_precache()
Forum: Scripting Help 09-25-2021, 17:54
Replies: 2
Views: 714
Posted By LiZou Mapper
Get value from keyname of entity

I created "info_target" using J.A.C.K (Hammer), I add something different keyvalues in entity.

Screenshots:
https://i.ibb.co/pbwZvQ5/jack.jpg

Is there any way to get key values:


"contact"...
Forum: Scripting Help 09-25-2021, 17:26
Replies: 3
Views: 940
Posted By LiZou Mapper
Forum: Suggestions / Requests 12-04-2020, 17:50
Replies: 2
Views: 761
Posted By LiZou Mapper
Re: vip plugin

What is access vip ?
LEVEL H ?
Forum: Suggestions / Requests 12-04-2020, 17:45
Replies: 0
Views: 532
Posted By LiZou Mapper
Countdown Timer ! (Auto Calculate)

Hello
I just wanna a small request :3
I try more time to create plugin is print countdown timer like it : (days:hours:minutes:seconds) 27:16:46:27
But i wanna make it, auto calculates, Like : ...
Showing results 1 to 25 of 69

 
Forum Jump

All times are GMT -4. The time now is 03:56.


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