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

Showing results 1 to 25 of 40
Search took 0.00 seconds.
Search: Posts Made By: SkazzY
Forum: Suggestions / Requests 07-30-2019, 09:33
Replies: 20
Views: 2,942
Posted By SkazzY
Re: Nvault to Fvault

Simply use FTP (which you got for sure) and edit any file you want.
Forum: Scripting Help 10-14-2018, 06:18
Replies: 13
Views: 2,231
Posted By SkazzY
Re: Register System Lagging the server

There are a lot of ways to easily transfer all of your current data to new database. You simply can not use your current method and not experience lag.
Forum: Scripting Help 10-13-2018, 11:34
Replies: 13
Views: 2,231
Posted By SkazzY
Re: Register System Lagging the server

If you have 3500 different active users registered, you should have the ability to use MySQL (have a forum, private server or something else that gives you access to MySQL).
Forum: Suggestions / Requests 05-01-2018, 15:02
Replies: 1
Views: 782
Posted By SkazzY
Re: /"mapname" plugin !

More information please.
Are all of the maps de_ ?
Do you want admins to be able to change to any map that is uploaded to the server or only maps that are listed in a file ?
What flag should...
Forum: Suggestions / Requests 03-31-2018, 15:02
Replies: 5
Views: 1,235
Posted By SkazzY
Re: [REQ] Check Level

@Relaxing
That would not work. You did not pass "attacker" (Target's ID) to the function.

public this(id){
while(PlayerXP[id] >= LEVELS[PlayerLevel[id]]){
client_print(attacker,...
Forum: Suggestions / Requests 03-31-2018, 14:52
Replies: 2
Views: 873
Posted By SkazzY
Re: Deathrun Plugin transfer auto to Terrorist when Terror left

A simple search like this (http://lmgtfy.com/?q=https%3A%2F%2Fforums.alliedmods.net%2Fshowthread.php%3Fp%3D1462319) would give you this (https://forums.alliedmods.net/showthread.php?p=1462319) as...
Forum: HL1 Servers (HLDS) 05-20-2016, 21:23
Replies: 3
Views: 1,603
Posted By SkazzY
Re: Server Crashing (models/gib_skull.mdl not found)

It doesn't work like that with these kind of models.
Forum: HL1 Servers (HLDS) 05-20-2016, 05:22
Replies: 3
Views: 1,603
Posted By SkazzY
Server Crashing (models/gib_skull.mdl not found)

I have a big problem and that is that my server is randomly crashing because of this model. Random map, random time. This model, as far as i know, is a model for dead players and it is found in...
Forum: Scripting Help 05-12-2016, 14:47
Replies: 15
Views: 2,461
Posted By SkazzY
Re: Finding certain entity in sphere

Ohhh, i though that StartEnt was from where sphere counts 512 units, misunderstood the format of the code. Thank you very much. I will test the plugin with multiple people soon and will type the...
Forum: Scripting Help 05-12-2016, 14:23
Replies: 15
Views: 2,461
Posted By SkazzY
Re: Finding certain entity in sphere

I did try the code you first wrote same happened, i see you changed from
find_ent_in_sphere(id, flOrigin, 512.0)
to
find_ent_in_sphere(entity, flOrigin, 512.0)

It works (I tested it only with...
Forum: Scripting Help 05-12-2016, 12:43
Replies: 15
Views: 2,461
Posted By SkazzY
Re: Finding certain entity in sphere

That won't work too, because server finds 1 entity few hundred thousand times ~ 150000 "at once", and that happens here :
public DetonateLasermine(client)
{
new Float:flOrigin[3],...
Forum: Scripting Help 05-11-2016, 18:51
Replies: 15
Views: 2,461
Posted By SkazzY
Re: Finding certain entity in sphere

Currently loaded plugins:
description stat pend file vers src load unlod
[ 1] AMX Mod X RUN - amxmodx_mm.dll v1.8.1.3 ini Start ANY
[ 2] Fun ...
Forum: Scripting Help 05-10-2016, 14:52
Replies: 15
Views: 2,461
Posted By SkazzY
Re: Finding certain entity in sphere

Server that i am making this for allows only 1 lasermine/player so that is not big of a problem. All of those messages were just for testing purposes, so I don't need to check logs, i just look at...
Forum: Scripting Help 05-09-2016, 15:30
Replies: 15
Views: 2,461
Posted By SkazzY
Re: Finding certain entity in sphere

I totally forgot i need to loop all entities, so dumb. As you said it will turn into lottery.
@Black Rose
Appreciate explaining

@XaluX
Appreciate the code

EDIT : XaluX your code crashes my...
Forum: Scripting Help 05-08-2016, 16:19
Replies: 15
Views: 2,461
Posted By SkazzY
Re: Finding certain entity in sphere

Yes, it is define as pev_iuser2
#define LASERMINE_OWNER pev_iuser2
Forum: Translation Request 05-08-2016, 11:43
Replies: 7
Views: 3,436
Posted By SkazzY
Re: AGuard anticheat translations needed

[rs]
Namestam AGuard pocetnu datoteku na
Ne mogu otvoriti licencu. Za vise informacija posetite
Nevazeca licenca
Istekla licenca. Za vise informacija posetite
Greska
Fajl sa konfiguracijom nije...
Forum: Scripting Help 05-07-2016, 19:26
Replies: 15
Views: 2,461
Posted By SkazzY
Finding certain entity in sphere

First of all code :

public DetonateLasermine(id)
{
new EntityName[32];
new Float:origin[3]
pev(id,pev_origin,origin);
new ent = -1
ColorChat(id, RED, "^4[SkazzY LaserMine] ^1Plugin is...
Forum: Scripting Help 04-23-2016, 20:25
Replies: 5
Views: 1,125
Posted By SkazzY
Re: [How to]Hook chooseteam menu (M)

Yes, even tried manually writing it in console.
Forum: Scripting Help 04-23-2016, 16:23
Replies: 5
Views: 1,125
Posted By SkazzY
Re: [How to]Hook chooseteam menu (M)

register_clcmd("chooseteam", "cmdMenu")

is what i tried, but it didn't register opening menu, then i did another register on say /testmenu and it worked just fine. Is this tested, maybe some other...
Forum: Scripting Help 04-23-2016, 13:05
Replies: 5
Views: 1,125
Posted By SkazzY
[How to]Hook chooseteam menu (M)

I wasn't able to find how to hook chooseteam menu on button M in a way so I can replace it with other menu which in it has option to open normal one. Something like this :

iLen =...
Forum: Suggestions / Requests 04-10-2016, 09:48
Replies: 11
Views: 1,196
Posted By SkazzY
Re: [REQ] Cod Knife slash

If I understood right, you want a slash from Call Of Duty that instantly hits with knife while holding a gun when clicked SHIFT to be on button V in CS 1.6, if someone makes this, i suggest just make...
Forum: Suggestions / Requests 04-09-2016, 14:30
Replies: 10
Views: 1,408
Posted By SkazzY
Re: [Request] Block player spawn

Just kill him with silentkill as they said.
Forum: Suggestions / Requests 04-07-2016, 17:07
Replies: 21
Views: 2,167
Posted By SkazzY
Re: vip feature

1st reason : He doesn't know how :facepalm:
2nd reason : Your plugin works on all players, but you can not make it for VIPs only since you don't know which flag he wants...
Forum: Suggestions / Requests 04-07-2016, 14:21
Replies: 21
Views: 2,167
Posted By SkazzY
Re: vip feature

First of all tell me what flag is your VIP defined as so i can make something for it.
Forum: Suggestions / Requests 04-07-2016, 05:35
Replies: 8
Views: 1,304
Posted By SkazzY
Re: [REQ] City Connect Announce

Please first decide what you want.
Showing results 1 to 25 of 40

 
Forum Jump

All times are GMT -4. The time now is 15:44.


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