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

Showing results 1 to 25 of 56
Search took 0.01 seconds.
Search: Posts Made By: gfxchris
Forum: Scripting Help 03-16-2021, 08:34
Replies: 9
Views: 1,305
Posted By gfxchris
Re: help me with this respawn plugin

seem that this works now,thanks a lot for your help !w
Forum: Scripting Help 02-26-2021, 04:36
Replies: 9
Views: 1,305
Posted By gfxchris
Re: help me with this respawn plugin

with the changes made below,the plugin works like this:
when i die,im not respawning automatically,i need to type /respawn (not how i wanted it to be)
when i kill somebody,it respawns me...
Forum: Scripting Help 02-22-2021, 11:19
Replies: 9
Views: 1,305
Posted By gfxchris
Re: help me with this respawn plugin

this is how i edited it,but it gives me errors

L 02/22/2021 - 18:05:16: [CSTRIKE] Player out of range (0)
L 02/22/2021 - 18:05:16: [AMXX] Displaying debug trace (plugin "stb.amxx")
L 02/22/2021...
Forum: Scripting Help 02-21-2021, 06:56
Replies: 9
Views: 1,305
Posted By gfxchris
Re: help me with this respawn plugin

that's not what i want,the plugin that i have above,cause it works good but theres that flaw,for example the map surf_strange2 has a jail in the middle,that explodes and kills all players,and they...
Forum: Scripting Help 02-13-2021, 11:54
Replies: 9
Views: 1,305
Posted By gfxchris
help me with this respawn plugin

hello,i come with a request,if somebody can explain to me this
the stbresp.sma is the file that works well,but it has one flaw
im using this plugin on a surf server,and there are maps that kill...
Forum: Scripting Help 01-03-2021, 11:10
Replies: 5
Views: 845
Posted By gfxchris
Re: how to add vip flag to this plugin

well,what he asked me is what exactly do i want to do
the answer is: i want to add a flag to biovip.sma so i can enable the free vip event
Forum: Zombie Plague Mod 01-01-2021, 12:42
Replies: 2
Views: 1,261
Posted By gfxchris
Re: I'm Lookin for first zombie mod

you mean biohazard ?
https://forums.alliedmods.net/showthread.php?t=68523

this is the base plugin,lasers are a custom add-on,you can find them in that thread
Forum: Scripting Help 12-30-2020, 09:47
Replies: 5
Views: 845
Posted By gfxchris
Re: how to add vip flag to this plugin

incerc sa setez free vip ul sa functioneze in primul rand,si am incercat sa-i adaug free vip din alta sursa si sa adaug si flag dar nu mi-a reusit
Forum: Scripting Help 12-27-2020, 23:17
Replies: 5
Views: 845
Posted By gfxchris
how to add vip flag to this plugin

hello,im here with a new issue,i tried to add a flag for this vip plugin (biovip) (i need a flag to use a free hour vip type plugin)
i dont really wanted to show the plugin i've worked on cause its...
Forum: Scripting Help 12-12-2020, 11:20
Replies: 39
Views: 3,605
Posted By gfxchris
Re: how to change this (add item into a menu)

alright,now it works flawlessly,fysiks honestly thanks for all your help !
love you :lol:
Forum: Scripting Help 12-10-2020, 06:42
Replies: 39
Views: 3,605
Posted By gfxchris
Re: how to change this (add item into a menu)

alright so i tested it on a new game server,this is what i get whenever im writing /buyjp

[AMXX]
L 12/10/2020 - 13:46:20: Invalid CVAR pointer
L 12/10/2020 - 13:46:20: [AMXX] Displaying debug...
Forum: Scripting Help 12-09-2020, 12:28
Replies: 39
Views: 3,605
Posted By gfxchris
Re: how to change this (add item into a menu)

#include <amxmodx>
#include <amxmisc>
#include <fakemeta>
#include <cstrike>
#include <engine>
#include <cromchat>

#if defined client_disconnected
#define client_disconnect...
Forum: Scripting Help 12-08-2020, 18:22
Replies: 39
Views: 3,605
Posted By gfxchris
Re: how to change this (add item into a menu)

#include <amxmodx>
#include <amxmisc>
#include <fakemeta>
#include <cstrike>
#include <engine>
#include <cromchat>

#if defined client_disconnected
#define client_disconnect...
Forum: Scripting Help 12-07-2020, 11:03
Replies: 39
Views: 3,605
Posted By gfxchris
Re: how to change this (add item into a menu)

well that's exactly what im trying to say
if im trying to buy the normal jetpack with the command /buyjp in chat,i can use it once,and if i try again to write /buyjp in chat it's telling me that i...
Forum: Scripting Help 12-06-2020, 06:22
Replies: 39
Views: 3,605
Posted By gfxchris
Re: how to change this (add item into a menu)

when i write /buyjp once,it gives me the normal jetpack,if i write again /buyjp it'll tell me in chat that i already own a surf jetpack
however,if im buying it from the /shop,it still gives me the...
Forum: Scripting Help 12-05-2020, 17:53
Replies: 39
Views: 3,605
Posted By gfxchris
Re: how to change this (add item into a menu)

fixed the edit,plugin works,but not as intended.

#include <amxmodx>
#include <amxmisc>
#include <fakemeta>
#include <cstrike>
#include <engine>
#include <cromchat>

#if defined...
Forum: Scripting Help 12-04-2020, 05:26
Replies: 39
Views: 3,605
Posted By gfxchris
Re: how to change this (add item into a menu)

im going to be honest with you,i have no idea how to implement two natives

this is the closest i got with just 1 error

public plugin_natives()
{
register_native("give_jetpack",...
Forum: Scripting Help 12-03-2020, 11:30
Replies: 39
Views: 3,605
Posted By gfxchris
Re: how to change this (add item into a menu)

well,that wouldn't be bad but the original jetpack im using in a shop system,and therefore i have a native for it

here's the plugin edited (hopefully is right) to use the 2 jetpacks

#include...
Forum: Scripting Help 12-01-2020, 23:38
Replies: 39
Views: 3,605
Posted By gfxchris
Re: how to change this (add item into a menu)

fixed the initial post,edited

so now i have two jetpacks on the server,i wanna add a message that says "You already have a normal jetpack!" or "You already have a VIP jetpack!" in case of vip...
Forum: Scripting Help 12-01-2020, 03:23
Replies: 39
Views: 3,605
Posted By gfxchris
Re: how to change this (add item into a menu)

*sorry for not saying it from the first post,yes that's what i've been trying to do ^

anyways,this is the code i came up with the suggestions you told me

#include <amxmodx>
#include <amxmisc>...
Forum: Scripting Help 11-29-2020, 19:44
Replies: 39
Views: 3,605
Posted By gfxchris
Re: how to change this (add item into a menu)

alright,did some testing,seem to work fine,i put the normal jetpack and this one on a test server and they seem to be normal,when i get the normal jetpack it uses its normal cvars,and when i get the...
Forum: Scripting Help 11-29-2020, 01:34
Replies: 39
Views: 3,605
Posted By gfxchris
Re: how to change this (add item into a menu)

new g_HasJetpack2[33]
sorry for bothering, what's the correct way to set this ?
new g_HasJetpack[33] 2maybe like this? i cant search for information right know cause i dont have my computer today,...
Forum: Scripting Help 11-28-2020, 10:46
Replies: 39
Views: 3,605
Posted By gfxchris
Re: how to change this (add item into a menu)

#include <amxmodx>
#include <amxmisc>
#include <fakemeta>
#include <cstrike>
#include <engine>

new JETPACK_PMODEL_VIP[] = "models/p_longjump.mdl"
new JETPACK_GOTSOUND[] =...
Forum: Scripting Help 11-27-2020, 15:21
Replies: 39
Views: 3,605
Posted By gfxchris
Re: how to change this (add item into a menu)

then can a moderator move the topic there?
Forum: Scripting Help 11-27-2020, 12:34
Replies: 39
Views: 3,605
Posted By gfxchris
Re: how to change this (add item into a menu)

i wanna ask something,i know how to edit and add minor things,im not an experienced scripter

new g_HasJetpack[33]
new g_JetpackEnt[33]

if i change those with

new g_VipHasJetpack[33]...
Showing results 1 to 25 of 56

 
Forum Jump

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


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