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

Showing results 1 to 25 of 43
Search took 0.02 seconds.
Search: Posts Made By: Begineer Programmer
Forum: Scripting Help 08-31-2022, 02:59
Replies: 5
Views: 643
Re: [Help] Wrong Value Printed !!!

Thanks and Updated !!!


#include <amxmodx>
#include <cstrike>
#include <amxmisc>
#pragma semicolon 1
#pragma tabsize 4
new runde = 0;
new prefix[32] = "AMXX";
Forum: Scripting Help 08-30-2022, 11:24
Replies: 5
Views: 643
Re: [Help] Wrong Value Printed !!!

I rename it as PLUGIN_CONTINUE !!!


#include <amxmodx>
#include <cstrike>
#include <amxmisc>
#pragma semicolon 1
#pragma tabsize 4
new runde = 0;
new prefix[32] = "AMXX";
Forum: Scripting Help 08-30-2022, 09:52
Replies: 5
Views: 643
[Help] Wrong Value Printed !!!

Hi All !!!
i need little help when mapname cfg file not found its should return 0 and if file exist and have no value of mp_maxrounds then should also return 0 and printed to 0 but it print 1 why ?...
Forum: Suggestions / Requests 08-24-2022, 10:04
Replies: 2
Views: 496
[REQ] Hostage Save Plugin

Hi All !!!
I need Hostage save plugin from getting killed by team Counter-Terrorist and Terrorist anyone have plugin ? [Map: CS_*]
Forum: Scripting Help 08-12-2022, 02:09
Replies: 3
Views: 786
Need Awp Cvar Per Team Limit

Hi All !!!
i need to add awp cvar per team if it limit reached user get message [your awp team limit reach] !!!
And if they want to buy by pressing b its should also show to user same message !!!
Forum: Scripting Help 08-11-2022, 08:28
Replies: 6
Views: 726
Re: Need Code for Gun Menu !!!

My Menu is not disappeared after time pass and only time function work


/* Plugin generated by AMXX-Studio */

#include <amxmodx>
#include <amxmisc>
#include <fun>
#include <cstrike>
Forum: Scripting Help 08-11-2022, 05:12
Replies: 6
Views: 726
Re: Need Code for Gun Menu !!!

This is my code i made as a beginner and i want to awp limit per team ... if its 0 it should give for all and if it X values then it for both teams [CVAR] and secondly i am adding time cvar too
...
Forum: Scripting Help 08-11-2022, 00:24
Replies: 6
Views: 726
Re: Need Code for Gun Menu !!!

Hey I need Little Help [As I am noob in scripting !!!]
This is Dunno Vip Code i am doing some modification in this

public plugin_init() {
g_menu_active = register_cvar("menu_active", "1")
}...
Forum: Scripting Help 08-10-2022, 21:52
Replies: 6
Views: 726
Need Code for Gun Menu !!!

Hi All !!!
I need Gun Menu Code basic to make plugin can anyone share it ?
Forum: General 07-28-2022, 16:00
Replies: 4
Views: 925
Help: what is amxx.cfg and Server.cfg

Hi All !!!
What is amxx.cfg and server.cfg can anyone share server.cfg with commented line
Reason: why i am asking server.cfg because when i start my hlds the first round of mp_roundtime is remain...
Forum: Scripting Help 07-25-2022, 16:47
Replies: 2
Views: 418
Want to Learn Make Plugin And File

Hi All !!!
I want to learn make plugin and file for just learning pawn and anyone help me ? As i am very basic in pawn !!!
Where to start ?
Forum: Scripting Help 07-24-2022, 23:15
Replies: 40
Views: 2,092
Re: Need Code For CFG FILE

[Solved]: Please Closed the Thread !!!
Forum: Scripting Help 07-24-2022, 22:37
Replies: 40
Views: 2,092
Re: Need Code For CFG FILE

get_map_maxrounds(szMapname[])
{
new szConfigsDir[64], szFilePath[128]
get_configsdir(szConfigsDir, charsmax(szConfigsDir))
format(szFilePath, charsmax(szFilePath),...
Forum: Scripting Help 07-24-2022, 22:05
Replies: 40
Views: 2,092
Re: Need Code For CFG FILE

fgets(iFile, szCfgData, charsmax(szCfgData))

And
Parse
i need to understand this what going that there ?
Forum: Scripting Help 07-24-2022, 21:30
Replies: 40
Views: 2,092
Re: Need Code For CFG FILE

Thx mate !!! <3
Forum: Scripting Help 07-24-2022, 21:23
Replies: 40
Views: 2,092
Re: Need Code For CFG FILE

Bro can you come to discord can i share you my discord id ?
Forum: Scripting Help 07-24-2022, 21:03
Replies: 40
Views: 2,092
Re: Need Code For CFG FILE

yeah i am working on what you give me !!!
Here i Find Another link too: https://forums.alliedmods.net/showpost.php?p=1433193&postcount=5
Forum: Scripting Help 07-24-2022, 20:37
Replies: 40
Views: 2,092
Re: Need Code For CFG FILE

Logic Understand !!!
this is my code check !!!


/* Plugin generated by AMXX-Studio */

#include <amxmodx>
#include <amxmisc>

#define PLUGIN "New Plug-In"
Forum: Scripting Help 07-24-2022, 20:01
Replies: 40
Views: 2,092
Re: Need Code For CFG FILE

Here is Code i make for any map to find

/* Plugin generated by AMXX-Studio */

#include <amxmodx>
#include <amxmisc>

#define PLUGIN "New Plug-In"
#define VERSION "1.0"
#define AUTHOR...
Forum: Scripting Help 07-24-2022, 19:44
Replies: 40
Views: 2,092
Re: Need Code For CFG FILE

Agreed !!!
@willian159
give me idea
that how to do !!!
Forum: Scripting Help 07-24-2022, 19:42
Replies: 40
Views: 2,092
Re: Need Code For CFG FILE

Returning:

Test: mp_freezetime 1

Code !!!


/* Plugin generated by AMXX-Studio */

#include <amxmodx>
Forum: Scripting Help 07-24-2022, 19:27
Replies: 40
Views: 2,092
Re: Need Code For CFG FILE

bro map are %s mean any next map not only one map .cfg
Forum: Scripting Help 07-24-2022, 19:26
Replies: 40
Views: 2,092
Re: Need Code For CFG FILE

bro it hard !!! :D
surely will try by reading old thread that only one option left !!!
that a simple plugin i take from thread and make modification through reading old threads
Forum: Scripting Help 07-24-2022, 19:19
Replies: 40
Views: 2,092
Re: Need Code For CFG FILE

will try todo this !!! as i am beginner in programming too...
secondly where i call function ? in pluginit ? or round start function ?
need more reference on this file
Forum: Scripting Help 07-24-2022, 18:07
Replies: 40
Views: 2,092
Re: Need Code For CFG FILE

yes and should show show mp_maxrounds value from the file like addons/amxmodx/config/maps/%s.cfg that is !!!

[%s] nextmap name that show to user !!!
Showing results 1 to 25 of 43

 
Forum Jump

All times are GMT -4. The time now is 03:53.


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