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

Showing results 1 to 25 of 306
Search took 0.01 seconds.
Search: Posts Made By: supertrio17
Forum: Scripting Help 08-03-2020, 17:20
Replies: 2
Views: 606
Posted By supertrio17
Re: Why this doesn't work ?

Post your whole code.
Forum: Suggestions / Requests 07-18-2020, 12:52
Replies: 2
Views: 654
Posted By supertrio17
Re: Basic event for public server

Be more specific? Randomly throw the game mode? What does that mean?
Forum: Scripting Help 07-18-2020, 12:48
Replies: 6
Views: 1,243
Posted By supertrio17
Re: Knife Kill Bonus Plugin

Change spk to
client_cmd(id, "mp3 play media/something.mp3")
Forum: Scripting Help 07-06-2020, 15:45
Replies: 20
Views: 2,092
Posted By supertrio17
Re: WeapPickup not working!

Sorry, but I didn't really understand that
Forum: Scripting Help 07-06-2020, 15:12
Replies: 20
Views: 2,092
Posted By supertrio17
Re: WeapPickup not working!

public OnPlayerTouchWeaponBox(ent, id)
{
new iId = cs_get_weapon_id(ent);
if( iId == CSW_AWP )
{
if(equali(g_mapname, "de_dust2_2x2") || equali(g_mapname, "de_dust2_long"))
...
Forum: Scripting Help 07-06-2020, 10:02
Replies: 20
Views: 2,092
Posted By supertrio17
WeapPickup not working!

Hey, so all VIP menu plugins that I saw were hardcoded and I wanted to make my own for my purposes, everything was fine, but when I tried to add that no one can pick up AWP, other than VIP's it...
Forum: Scripting Help 07-06-2020, 09:59
Replies: 15
Views: 1,213
Posted By supertrio17
Re: set_task loose indentation

Visual Studio Code, why?
Forum: Scripting Help 07-05-2020, 22:03
Replies: 5
Views: 779
Posted By supertrio17
Re: Change/hide buttons on menu?

Now I get this
https://i.imgur.com/VYtkQPC.png
Forum: Scripting Help 07-05-2020, 21:37
Replies: 5
Views: 779
Posted By supertrio17
Change/hide buttons on menu?

Hey, so I came across one server where they have this kind of menu, I'm not really sure how to replicate it, can anyone help?
https://i.imgur.com/KCSlJd5.png
Forum: Scripting Help 07-05-2020, 17:21
Replies: 15
Views: 1,213
Posted By supertrio17
Re: set_task loose indentation

Thanks, I just copied my code from forum and repasted it. I didn't know that this can happen.
Forum: Scripting Help 07-05-2020, 15:44
Replies: 15
Views: 1,213
Posted By supertrio17
Re: set_task loose indentation

#include <amxmodx>
#include <nvault>

#define VERSION "0.1"

new g_TeamId[33];
new g_szAuthID[33][35];
new g_Vault;

public plugin_init()
Forum: Scripting Help 07-05-2020, 14:42
Replies: 15
Views: 1,213
Posted By supertrio17
Re: set_task loose indentation

public team_check()
{
new iPlayers[32], iPnum;
get_players(iPlayers, iPnum);

for(new i, ids; i < iPnum; i++)
{
ids = iPlayers[i];
g_TeamId[ids] =...
Forum: Scripting Help 07-05-2020, 13:36
Replies: 15
Views: 1,213
Posted By supertrio17
set_task loose indentation

Hey, so I tried to find some plugins with set_task and find my mistake, but I can't find any.
I get loose indentation message when compiling.
Here is my code:
set_task( 0.2 , "team_check" , 0 ,...
Forum: Scripting Help 07-01-2020, 16:52
Replies: 13
Views: 1,251
Posted By supertrio17
Re: Need Help For Cod MW4 Cs 1.6

[SRB] Znam brt, ako hoces da pises na srpskom moras isto i na engleskom da dodas
[ENG] I know, if you want to write posts in Serbian you have to add English translation
Forum: Scripting Help 07-01-2020, 16:37
Replies: 11
Views: 1,238
Posted By supertrio17
Re: register_concmd not working?

Well, I thought that the best way to gain more experience is to practical use, so I'm trying to learn while helping others.
Forum: Scripting Help 07-01-2020, 15:47
Replies: 11
Views: 1,238
Posted By supertrio17
Re: register_concmd not working?

I was trying to help some guy on this forum, I got to here, but I only get Unknown Command
#include <amxmodx>
#include <amxmisc>

#define VERSION "1.8"

public plugin_init()
{
...
Forum: Scripting Help 07-01-2020, 14:34
Replies: 11
Views: 1,238
Posted By supertrio17
register_concmd not working?

Hey, so I made a simple plugin, and I registered a command, but for some reason it say's "
Unknown command"
register_concmd("amx_hasbeenbanned","check_for_cvar",ADMIN_BAN,"<nick> <value>");
Forum: Scripting Help 07-01-2020, 09:57
Replies: 2
Views: 483
Posted By supertrio17
Re: cs team semiclip / Mix

You can add it to server.cfg, that's where I add all cvars, but sometimes it won't work that simple, so you must do something like this amx_cvar semiclip 0
Forum: Scripting Help 07-01-2020, 02:01
Replies: 22
Views: 1,757
Posted By supertrio17
Re: set_lights in cvar

Well it's true that you can use orpheu, but it doesn't work on rehlds, and I don't really want to have many unnecessary includes, but if you are making this plugin for yourself and you don't use...
Forum: Scripting Help 07-01-2020, 01:53
Replies: 17
Views: 3,266
Posted By supertrio17
Re: custom cvar?

It doesn't work like that, but it just can't be writen by client_cmd, if you try that command in-game it will stay there even if you relog, try it for yourself.
Forum: Suggestions / Requests 06-30-2020, 13:56
Replies: 9
Views: 1,021
Posted By supertrio17
Re: Help with plugins!

Oh, I totally messed up, I was thinking of name per message but ok
Forum: Scripting Help 06-30-2020, 13:19
Replies: 12
Views: 1,059
Posted By supertrio17
Re: Help

Hamlet told you the same exact thing, and if you know Pawn that much to judge others, then fix it yourself and get out of here.
Forum: Scripting Help 06-30-2020, 13:09
Replies: 12
Views: 1,059
Posted By supertrio17
Re: Help

No, we can't, we can see that error is there, if you don't believe us, just fix it yourself!
We need the code to inspect the error, and stop lying about buying this plugin!!
Forum: Scripting Help 06-30-2020, 12:23
Replies: 12
Views: 1,059
Posted By supertrio17
Re: Help

It's not nice to lie you know. How the f is this (https://forum.kgb-hosting.com/showthread.php?t=100030) a paid plugin. You will not get any help if you don't show any cooperation!
Forum: Scripting Help 06-30-2020, 12:17
Replies: 13
Views: 1,251
Posted By supertrio17
Re: Need Help For Cod MW4 Cs 1.6

It wouldn't show those error messages if there is no problem with code... If you want help, I said what you need to do.
Showing results 1 to 25 of 306

 
Forum Jump

All times are GMT -4. The time now is 11:21.


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