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

Showing results 1 to 25 of 52
Search took 0.00 seconds.
Search: Posts Made By: Rainq
Forum: Scripting Help 12-12-2023, 19:07
Replies: 10
Views: 1,165
Posted By Rainq
Re: Invalid player id 77

thank you for helping me with information, but I don't understand much of what you say, I'm interested in what creates the error and where and especially why, but at the same time what needs to be...
Forum: Scripting Help 12-11-2023, 17:08
Replies: 10
Views: 1,165
Posted By Rainq
Re: Invalid player id 77

is not good like this
stock CheckConditions(iPlayer)
{
return is_user_connected(iPlayer) ? true : false
}
bcs is this g_iDefenderClass and this is class
g_iDefenderClass = ...
Forum: Scripting Help 12-09-2023, 14:28
Replies: 10
Views: 1,165
Posted By Rainq
Re: Invalid player id 77

considering that I need help, you are right

#include <amxmodx>
#include <engine>
#include <fakemeta>
#include <hamsandwich>
#include <zombieplague>
#include <zombiexp>
#include <xs>
Forum: Scripting Help 12-08-2023, 18:17
Replies: 10
Views: 1,165
Posted By Rainq
Re: Invalid player id 77

is class of human is not like item
public SandBagsPre(id)
{
if(CheckConditions(id) && !g_bIsTrybags[id])
{
if(g_iSandbags[id] == 5) // limita de saci
{
//client_print(id, print_chat,...
Forum: Scripting Help 12-08-2023, 12:29
Replies: 10
Views: 1,165
Posted By Rainq
Invalid player id 77

public sandbag_TakeDamage_Post(iEnt, iInflictor, iAttacker, Float:flDamage, damagebits)
{
if(!pev_valid(iEnt))
return

static className[32]
pev(iEnt, pev_classname, className,...
Forum: New Plugin Submissions 12-02-2023, 10:33
Replies: 252
Views: 117,477
Posted By Rainq
Re: Chat Manager [Admin Prefix & Color Chat]

where do I change to add a level?
native zp_get_level(id);
Forum: New Plugin Submissions 11-17-2023, 07:09
Replies: 4
Views: 2,870
Posted By Rainq
Re: New Style Ambience

could you make the weather according to the map? even the light should be different on the map
Forum: Zombie Plague Mod 11-10-2023, 05:34
Replies: 4
Views: 4,234
Posted By Rainq
Re: Skin Zombie Models [ZM]

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

#pragma tabsize 0

//#define STRICT
#if defined STRICT
new Float:g_models_targettime // target time for...
Forum: General 11-10-2023, 05:23
Replies: 0
Views: 410
Posted By Rainq
how to change model but save animation milkshape 3d

i want change just model ,is not tutorial for this..
but save animation just model
Forum: Unapproved/Old Plugins 11-04-2023, 21:20
Replies: 21
Views: 15,524
Posted By Rainq
Re: Round Start Plugin

this plugin read only 1 song
Forum: Suggestions / Requests 11-03-2023, 08:52
Replies: 0
Views: 311
Posted By Rainq
to keep the saved models

I have a problem with this plugin
first of all, the models I set do not remain saved
for example, when I click to save, only one saved model remains
that is, when I change the map, model x turns...
Forum: New Plugin Submissions 10-18-2023, 11:28
Replies: 309
Views: 122,143
Posted By Rainq
Re: Entity Resources Replacement[ V 1.4 ]

L 10/18/2023 - 18:27:38: -------- Mapchange to zm_deko2 --------
Killed
warning: Section `.reg-xstate/71' in core file too small.
warning: Section `.reg-xstate/71' in core file too small.
email...
Forum: Zombie Plague Mod 08-26-2023, 21:00
Replies: 203
Views: 130,203
Posted By Rainq
Re: Zombie Plague Special 4.5 [Patch v1] (12 March 2022)

first thx man for this addons
but i found something :d
L 08/27/2023 - 03:30:31: [AMXX] Displaying debug trace (plugin "zombie_plague_special_45.amxx", version "4.5")
L 08/27/2023 - 03:30:31:...
Forum: Zombie Plague Mod 08-24-2023, 07:16
Replies: 203
Views: 130,203
Posted By Rainq
Re: Zombie Plague Special 4.5 [Patch v1] (12 March 2022)

there is a problem, when I use this zm and use space to jump I stay in the air with 0 gravity while the ability is active
I tested on several addons, only here I found this problem
#include...
Forum: Suggestions / Requests 08-03-2023, 14:16
Replies: 1
Views: 393
Posted By Rainq
Forum: Suggestions / Requests 08-01-2023, 20:06
Replies: 1
Views: 393
Posted By Rainq
if the last human is infected, zombies win the round

i want make zombie escape , thx all
Forum: Zombie Plague Mod 07-21-2023, 12:04
Replies: 30
Views: 31,739
Posted By Rainq
Re: Zombie Plague 6.5 [Released + All Bugs fixed]

//// ZP65_CORE.sma
// C:\Users\Alex\Desktop\scripting\ZP65_CORE.sma(4869) : error 017: undefined symbol "client_print_color"
// C:\Users\Alex\Desktop\scripting\ZP65_CORE.sma(4869) : warning 215:...
Forum: Suggestions / Requests 03-26-2021, 12:09
Replies: 2
Views: 608
Posted By Rainq
ZM Class Sneaky Creature

I don t have error compiler and logs but my server shutdown because i have plugin
this plugin work but finish ability provoke shutdown

#include <amxmodx>
#include <fakemeta>
#include <fun>...
Forum: Off-Topic 01-14-2021, 23:12
Replies: 1
Views: 1,871
Posted By Rainq
I need this sprite and wav

does anyone have these?

Error: server failed to transmit file 'sound/zombimod/m4a1_unsil-1.wav'
Error: server failed to transmit file 'sound/zombimod/m4a1-1.wav'
Error: server failed to transmit...
Forum: General 01-03-2021, 19:57
Replies: 0
Views: 1,068
Posted By Rainq
Are we going back to the radio?

how can i make the radio work on cs 1.6?
I'm interested in steam going on and off
I understood that it is possible through a module
I pay if needed
Forum: Approved Plugins 12-16-2020, 22:00
Replies: 1,105
Views: 869,832
Posted By Rainq
Forum: Suggestions / Requests 07-12-2020, 05:49
Replies: 27
Views: 8,234
Posted By Rainq
Re: Mod: Dead By Daylight

Finish mod? :))
Forum: Zombie Plague Mod 02-05-2020, 11:03
Replies: 14
Subplugin Submission [ZP] Class: Chainsaw zombie
Views: 14,917
Posted By Rainq
Re: [ZP] Class: Chainsaw zombie

1. //AMXXPC compile.exe
// by the AMX Mod X Dev Team


//// zp_chainsaw_zombie.sma
// D:\Counter-Strike 1.6\FOLDER ZM 2019 RAINQ THE BEST\FISIERE RAINQ 2\Addons Zombie...
Forum: Suggestions / Requests 12-11-2019, 07:39
Replies: 1
Views: 698
Posted By Rainq
Forum: Zombie Plague Mod 11-06-2019, 12:19
Replies: 4
Views: 4,234
Posted By Rainq
Re: Skin Zombie Models [ZM]

Work for everyone?
Showing results 1 to 25 of 52

 
Forum Jump

All times are GMT -4. The time now is 08:14.


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