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

Showing results 1 to 25 of 37
Search took 0.01 seconds.
Search: Posts Made By: Alahmoh
Forum: Scripting Help 08-28-2022, 15:50
Replies: 0
Solved speed issue
Views: 411
Posted By Alahmoh
speed issue

I have zombie plague 5.0.8, the problem is the speed of the zombie when I get infected goes up to 400.0 idk why, I could measure the speed using speedometer plugin
nothing seems to work I even...
Forum: Scripting Help 08-24-2022, 12:25
Replies: 0
Views: 382
Posted By Alahmoh
what did i do wrong?

/*================================================================================

--------------------------
-*- [ZP] Items Manager -*-
--------------------------

This plugin is part...
Forum: Suggestions / Requests 08-19-2022, 10:08
Replies: 16
Views: 1,335
Posted By Alahmoh
Re: [Bug Fix] Players Can't Join Because of This Plugin

->

{ "Brutal Sleeve", 380, "models/usp/v_brutal_sleeve.mdl", "models/p_usp.mdl" }
Forum: Scripting Help 08-19-2022, 10:00
Replies: 13
Views: 1,737
Posted By Alahmoh
Re: is there anyone skilled in php

guys nevermind since i couldnt afford to study php just for 1 plugin i made the plugin read from sql through sql querries instead of php files,
sorry for my bad english,late response.
Forum: Scripting Help 08-12-2022, 05:06
Replies: 13
Views: 1,737
Posted By Alahmoh
Re: is there anyone skilled in php

hmmmm what is that supposed to mean???
Forum: Scripting Help 08-11-2022, 06:20
Replies: 13
Views: 1,737
Posted By Alahmoh
Re: is there anyone skilled in php

my bad the error im getting is :[Error] Query failed: You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '`Id' at...
Forum: Scripting Help 08-10-2022, 11:03
Replies: 13
Views: 1,737
Posted By Alahmoh
Re: is there anyone skilled in php

so im using a plugin to store player played time in MySql server which is currently working,
the only problem i have is with the php files not being able to read the data from MySql server.

here...
Forum: Suggestions / Requests 08-09-2022, 15:14
Replies: 1
Views: 594
Posted By Alahmoh
Re: How To Do command After X Hours

its is originally for my own mod but since you asked i modified a bit to work as you want, give it a try.

#include < amxmodx >
#include < nvault >

new const szNvaultName[ ] = "Get_Gifts";
new...
Forum: Scripting Help 08-09-2022, 07:37
Replies: 13
Views: 1,737
Posted By Alahmoh
is there anyone skilled in php

anyone is skilled in php?
i want him to make a simple index.php file that makes the other plugin read from it the menus.
Forum: Scripting Help 08-09-2022, 03:11
Replies: 7
Views: 903
Posted By Alahmoh
Forum: Suggestions / Requests 08-08-2022, 12:27
Replies: 2
Views: 592
Posted By Alahmoh
Forum: Scripting Help 08-08-2022, 11:08
Replies: 7
Views: 903
Posted By Alahmoh
Re: Can anyone check if there is a better way to do this?

thanks for the help, its just i removed the warnings by simply making X,Y floats cuz they store int.
and for the other warnings i just removed the return. and all the warnings got removed still...
Forum: Scripting Help 08-07-2022, 17:05
Replies: 7
Views: 903
Posted By Alahmoh
Re: Can anyone check if there is a better way to do this?

btw the Warning: Tag mismatch on line.
happens on the lines of
X = something;
Y = something;

even thou if i make it two == it stops sends warning, it will make the plugin not work.
Forum: Scripting Help 08-07-2022, 17:00
Replies: 7
Views: 903
Posted By Alahmoh
Re: Can anyone check if there is a better way to do this?

the plugin is private, thou i will post the required natives to make it work.

#define Struct enum

Struct _:StructIntPlayerInfo {
g_iHudSaved
}

new g_iPlayerInfo[ 33 ][...
Forum: Scripting Help 08-07-2022, 16:26
Replies: 7
Views: 903
Posted By Alahmoh
Can anyone check if there is a better way to do this?

public plugin_init( ) {
register_menucmd(register_menuid("Show_HudMenu")(1<<0|1<<1|1<<2|1<<3|1<<4|1<<5|1<<6|1<<7|1<<8|1<<9), "Handle_HudMenu");
}
ShowHud( player ) {
new R,G,B,X,Y;

...
Forum: Scripting Help 03-02-2022, 14:30
Replies: 10
Views: 1,449
Posted By Alahmoh
Re: Is there a way to change SQL based plugin to nVault?

i dont want an external database nor webhosting to store my files so i would rather store data on nvault.
but since i know nothing about sql,sqlite i dont know how to change them to nvault.
Forum: Suggestions / Requests 03-01-2022, 08:41
Replies: 5
Views: 929
Posted By Alahmoh
Re: plugin request

well i didnt modify that much i only removed my rewards system along with my own include which are private and have nothing to do with this plugin,
also i asked someone to help me not because im...
Forum: Scripting Help 02-28-2022, 15:35
Replies: 10
Views: 1,449
Posted By Alahmoh
Re: Is there a way to change SQL based plugin to nVault?

https://forums.alliedmods.net/showthread.php?t=336568
Forum: Scripting Help 02-28-2022, 15:34
Replies: 5
Views: 988
Posted By Alahmoh
Re: too messages

engfunc(EngFunc_MessageBegin, MSG_PVS, SVC_TEMPENTITY, originF, 0)
write_byte(TE_BEAMCYLINDER) // TE id
engfunc(EngFunc_WriteCoord, originF[0]) // x
engfunc(EngFunc_WriteCoord, originF[1]) // y...
Forum: Suggestions / Requests 02-28-2022, 14:39
Replies: 5
Views: 929
Posted By Alahmoh
Re: plugin request

#include < amxmodx >
#include < amxmisc >
#include < colorchat >
#include < unixtime >
#include < engine >
#include < nvault >

#define IsUserAuthorized(%1) ( g_PlayerInfo[ %1 ][ g_iConnected...
Forum: Suggestions / Requests 02-28-2022, 11:20
Replies: 5
Views: 929
Posted By Alahmoh
plugin request

can someone help me by changing my plugin from sql to nvault system if yes i will send you plugin in pm.
Forum: Scripting Help 02-27-2022, 14:20
Replies: 10
Views: 1,449
Posted By Alahmoh
Re: Is there a way to change SQL based plugin to nVault?

i mean i want to know if there is a tut which shows sql scripts that refers to nvault so i can change my sql system to nvault since i know nothing about nvault
Forum: Scripting Help 02-27-2022, 14:18
Replies: 4
Views: 695
Posted By Alahmoh
Forum: Scripting Help 02-27-2022, 12:56
Replies: 10
Views: 1,449
Posted By Alahmoh
Re: Is there a way to change SQL based plugin to nVault?

so if i have a SQL based plugin i cant change it to nVault?

like just change removing SQL and making a new nVault system?
Forum: Scripting Help 02-27-2022, 12:35
Replies: 10
Views: 1,449
Posted By Alahmoh
Is there a way to change SQL based plugin to nVault?

is there a tut or something that points how to change from sql to nVault?
Showing results 1 to 25 of 37

 
Forum Jump

All times are GMT -4. The time now is 19:38.


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