Raised This Month: $ Target: $400
 0% 

Showing results 1 to 25 of 141
Search took 0.01 seconds.
Search: Posts Made By: xDrugz
Forum: Scripting Help 11-17-2023, 11:15
Replies: 1
Views: 440
Posted By xDrugz
Help using engine way

i wonder how to do this with engine
engfunc( EngFunc_FindEntityByString, -1, "classname", "func_bomb_target" )

help please :3
Forum: Scripting Help 11-14-2023, 13:59
Replies: 6
Views: 746
Posted By xDrugz
Re: Need help to delete all items from an array

so you suggest him to use trie instead?
Forum: Scripting Help 11-14-2023, 08:58
Replies: 6
Views: 539
Posted By xDrugz
Re: need help to calculate remaining time

new iBanTime = str_to_num( szArrayData[ 1 ] );
new iPassedTime = ( get_systime() - str_to_num( szArrayData[ 2 ] ) );
new iRemainingTime = ( iBanTime - iPassedTime );
Forum: Scripting Help 11-13-2023, 12:04
Replies: 6
Views: 539
Posted By xDrugz
Re: need help to calculate remaining time

problem solved, thanks to fysiks
Forum: Scripting Help 11-13-2023, 11:28
Replies: 6
Views: 539
Posted By xDrugz
Re: need help to calculate remaining time

tried your way but menu shows 2 hours instead of decreasing the time

public playerMenuHanler( client, menu, item )
{
/*
if( item < 0 )
{
menu_cancel( client );
show_menu( client,...
Forum: Scripting Help 11-13-2023, 09:48
Replies: 6
Views: 539
Posted By xDrugz
need help to calculate remaining time

here is where i need help:

public playerMenuHanler( client, menu, item )
{
/*
if( item < 0 )
{
menu_cancel( client );
show_menu( client, 0, "^n", 1 );
Forum: Scripting Help 11-12-2023, 16:06
Replies: 6
Views: 544
Posted By xDrugz
Re: need help to write old style menu

thank you for your answer, i eill use new style like you said
Forum: Scripting Help 11-12-2023, 15:43
Replies: 6
Views: 544
Posted By xDrugz
Re: need help to write old style menu

what is the difference between old and new style?
Forum: Scripting Help 11-12-2023, 15:24
Replies: 6
Views: 544
Posted By xDrugz
Re: need help to write old style menu

i need a player menu using old style menu
Forum: Scripting Help 11-12-2023, 14:03
Replies: 9
Views: 752
Posted By xDrugz
Forum: Scripting Help 11-12-2023, 14:02
Replies: 6
Views: 544
Posted By xDrugz
need help to write old style menu

i need someone to give me an example of a menu using old style menus, can someone help me?
Forum: Scripting Help 11-12-2023, 13:42
Replies: 9
Views: 752
Posted By xDrugz
Re: help with sys_time

gr8 thank you all, here what i did

public ABThinker_FUNC( iEnt )
{
new szArrayData[ MAX_LENGTH ], szParseData[ 3 ][ 64 ];

new arrSize = ArraySize( g_aBannedList ), iCurrentTime,...
Forum: Scripting Help 11-12-2023, 13:05
Replies: 3
Views: 503
Posted By xDrugz
Forum: Scripting Help 11-12-2023, 05:30
Replies: 9
Views: 752
Posted By xDrugz
Re: help with sys_time

thank you for the idea! i will try it now
Forum: Scripting Help 11-11-2023, 10:09
Replies: 26
Views: 2,985
Posted By xDrugz
Forum: Scripting Help 11-11-2023, 05:00
Replies: 5
Solved cmd_access
Views: 620
Posted By xDrugz
Re: cmd_access

thank you i was able to understand it by looking at a plugin where this function is used
Forum: Scripting Help 11-11-2023, 04:46
Replies: 9
Views: 752
Posted By xDrugz
Re: help with sys_time

i want to create timer by using get_systime
i'm working on a ban plugin so i want to create an entity thinker so the ban will get lifted within the time the player has been banned for. in the past i...
Forum: Scripting Help 11-10-2023, 14:54
Replies: 5
Solved cmd_access
Views: 620
Posted By xDrugz
Re: cmd_access

never mind i was able to understand it by myself
thanks.
Forum: Scripting Help 11-10-2023, 13:48
Replies: 9
Views: 752
Posted By xDrugz
help with sys_time

hello i want to make timer using thinking entity but i need also a way to use sys_time


problem solved :)
here is my solution:
https://forums.alliedmods.net/showpost.php?p=2812857&postcount=8
Forum: Scripting Help 11-10-2023, 04:45
Replies: 5
Solved cmd_access
Views: 620
Posted By xDrugz
Re: cmd_access

i just want to know how to use this parameter
Forum: Scripting Help 11-09-2023, 15:26
Replies: 5
Solved cmd_access
Views: 620
Posted By xDrugz
cmd_access

what is the num parameter in cmd_access function?
Forum: Suggestions / Requests 11-09-2023, 08:01
Replies: 6
Views: 851
Posted By xDrugz
Re: orpheu for rehlds

Protocol version 48
Exe version 1.1.2.7/Stdio (cstrike)
ReHLDS version: 3.13.0.788-dev
Build date: 07:37:36 Jul 12 2023 (3378)
Build from: https://github.com/dreamstalker/rehlds/commit/f955b07
...
Forum: New Plugin Submissions 11-09-2023, 07:13
Replies: 6
Views: 2,056
Posted By xDrugz
Re: NightCrawler Remake v0.0.3

sounds cool! thank you.
Forum: Scripting Help 11-09-2023, 04:36
Replies: 26
Views: 2,985
Posted By xDrugz
Re: Hamas Alert v1.1 Plugin For Counter Strike 1.6

cool, thanks.
you can make it better by displaying hud message instead of printing it in the player's console.
Forum: Scripting Help 11-09-2023, 04:31
Replies: 2
Views: 455
Posted By xDrugz
Re: help find player index

guys problem solved, thanks.
had to use engfunc to get user index
Showing results 1 to 25 of 141

 
Forum Jump

All times are GMT -4. The time now is 10:07.


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