This site is a testing version, but all data is shared with the live forum.


Raised This Month: $ Target: $400
 0% 

Showing results 1 to 22 of 22
Search took 0.02 seconds.
Search: Posts Made By: KerwinSweet2003
Forum: New Plugin Submissions 04-06-2024, 06:55
Replies: 19
Views: 1,913
Posted By KerwinSweet2003
Re: Break Message and Grenades detector

Remove the .amxx which you attached, it is not allowed.
Forum: Scripting Help 06-07-2023, 15:18
Replies: 1
Views: 492
Posted By KerwinSweet2003
Re: [HELP] How to know if a breakable object is Glass, Wood or Iron?

Check this https://developer.valvesoftware.com/wiki/Func_breakable
Forum: Scripting Help 06-07-2023, 10:10
Replies: 14
Views: 1,063
Posted By KerwinSweet2003
Re: Level System trying to move to SQL Database

You don't need to waste your time with nvault,I put a different version of the level system which players lose their data on nvault but more rarely,but I need the sql version to be able to access the...
Forum: Scripting Help 06-07-2023, 10:05
Replies: 14
Views: 1,063
Posted By KerwinSweet2003
Re: Level System trying to move to SQL Database

This plugin is made by the same author,is just a coin system instead of a level system,it has the same coding and the sql is working on this plugin,maybe it can help you.

#include <zombie_escape>...
Forum: Scripting Help 06-07-2023, 10:02
Replies: 14
Views: 1,063
Posted By KerwinSweet2003
Re: Level System trying to move to SQL Database

g_Xp[id] has both functions (getting user's current xp + Reward)
Forum: Scripting Help 06-06-2023, 14:46
Replies: 14
Views: 1,063
Posted By KerwinSweet2003
Re: Level System trying to move to SQL Database

I think I managed to replace everything you gave me but I still have the same problem,when player is getting xp,there is this error in console (failed: Duplicate entry 'STEAM_0:0:224689198' for key...
Forum: Scripting Help 06-05-2023, 15:30
Replies: 14
Views: 1,063
Posted By KerwinSweet2003
Re: Level System trying to move to SQL Database

Now I read again your message,I tried using REPLACE INTO,by doing that the error dissapears,but when the player gets xp,it just replaces the xp he got,it doesn't add +1 xp,it just replaces it instead...
Forum: Scripting Help 06-05-2023, 08:00
Replies: 14
Views: 1,063
Posted By KerwinSweet2003
Re: Level System trying to move to SQL Database

Sorry for late reply,was too busy.I still have problem with the plugin,data is currently stored on nvault but players are losing their data sometimes when map is changing.The following plugin is the...
Forum: Scripting Help 05-26-2023, 09:40
Replies: 14
Views: 1,063
Posted By KerwinSweet2003
Re: Level System trying to move to SQL Database

how do I do that,what do I need to change,I dont have experience in SQL,I just want the Levels and XP to be loaded on the player's SteamID.
Forum: Scripting Help 05-26-2023, 07:32
Replies: 14
Views: 1,063
Posted By KerwinSweet2003
Re: Level System trying to move to SQL Database

EC = Escape Coins,but I don't try to fix this plugin,this one is fine,I try to fix the Level System Plugin,the first code from the first post,the second plugin is from where I tried to impliment the...
Forum: Scripting Help 05-26-2023, 04:45
Replies: 14
Views: 1,063
Posted By KerwinSweet2003
Level System trying to move to SQL Database

Hello,I have a Level System for Zombie Escape 1.6 (Escapers Zone),I'm trying to make it work with mySQL database because with nVault some players are losing their data randomly.


I tried to fix...
Forum: Scripting Help 05-06-2023, 10:55
Replies: 4
Views: 535
Posted By KerwinSweet2003
Modify "Spectator Bots" Plugin

Hello,I have a spectator bot plugin which adds 2 bots on the spectator team to advertise the ip and forum,the plugin works perfectly but on gametracker the bots appear like real players,it is...
Forum: Scripting Help 04-26-2023, 14:41
Replies: 6
Views: 711
Posted By KerwinSweet2003
Re: Console commands are being written weirdly

Update: Fixed it,it was the amxmodx version,I downgraded it to 1.9.0 (https://dev-cs.ru/threads/2002/) and the problem disappeared,seems like that version of amxx had some issues.Thank you for your...
Forum: Scripting Help 04-26-2023, 13:22
Replies: 6
Views: 711
Posted By KerwinSweet2003
Re: Console commands are being written weirdly

Btw why do I get these 2 messages everytime when I restart the server

Cmd_AddMallocCommand: "say" already defined
Cmd_AddMallocCommand: "say_team" already defined

I also disabled all plugins...
Forum: Scripting Help 04-26-2023, 13:14
Replies: 6
Views: 711
Posted By KerwinSweet2003
Re: Console commands are being written weirdly

Disabled all plugins except amxmodx default plugins,same problem,I disabled modules like reunion/resemiclip etc,still the same,could it be the amxx version to be the cause of all these? or even the...
Forum: Scripting Help 04-26-2023, 08:13
Replies: 6
Views: 711
Posted By KerwinSweet2003
Re: Console commands are being written weirdly

I made the console bigger only to make the photo,the problem persists with the default console size,every player has the same problem so is not from client's side,I also joined other servers,just to...
Forum: Scripting Help 04-25-2023, 06:23
Replies: 6
Views: 711
Posted By KerwinSweet2003
Console commands are being written weirdly

Hello,I have a small problem with the console commands in my server,for some reasons,amx_who amx_help and all 3d party are being written weirdly,check the images to understand what I mean,thank you...
Forum: Scripting Help 04-15-2023, 17:40
Replies: 6
Views: 636
Posted By KerwinSweet2003
Re: Camera Transparency help

Putting g_bIsPlayerNoTransparent[id] = true; worked perfectly ^^ Thank you both for your time : )
Forum: Scripting Help 04-15-2023, 04:49
Replies: 6
Views: 636
Posted By KerwinSweet2003
Re: Camera Transparency help

Sorry for late reply,I was busy these days,here you go:

https://files.fm/u/mz2wqtkzt

Thank you very much for your help my guy :)
Forum: Scripting Help 04-12-2023, 06:10
Replies: 6
Views: 636
Posted By KerwinSweet2003
Re: Camera Transparency help

The 3d camera that I use has the option to Enable and Disable Transparent Model,the plugin has it enabled by default,and when players type /cam,their model is invisible,and they have to go to the...
Forum: Scripting Help 04-11-2023, 04:03
Replies: 6
Views: 636
Posted By KerwinSweet2003
Camera Transparency help

Hello,I have a 3d Camera switcher,which has a menu where you can enable/disable transparency,the problem is that the default value is to have transparency,and everytime the player needs to access the...
Forum: Suggestions / Requests 04-02-2023, 13:21
Replies: 1
Views: 469
Posted By KerwinSweet2003
(need help) amx_addvip advanced

Hello people,I m making this topic because I need a very important plugin that will help my server.I need a vip system that gives vip privilages to a user using the console(without opening FTP).I...
Showing results 1 to 22 of 22

 
Forum Jump

All times are GMT -4. The time now is 18:32.


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