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

Showing results 1 to 25 of 123
Search took 0.05 seconds.
Search: Posts Made By: yagami
Forum: Scripting Help 02-05-2024, 20:25
Replies: 22
Views: 1,240
Posted By yagami
Re: Hook Chat

I want to leave the prefix in because I think it's better, plus it's less plugins I have to check, among other things.
Forum: Scripting Help 02-04-2024, 19:18
Replies: 0
Views: 202
Posted By yagami
jctf mp3 play.ini

new ITEM_MODEL_ADRENALINE[128]
// Itens
new FLAG_MODEL[128]
new ITEM_MODEL_AMMO[128]
new ITEM_MODEL_MEDKIT[128]
new SOUND_FLAG[128]
new SPR_REGENERATION[128]

ReadFile()
{
Forum: Scripting Help 02-03-2024, 21:32
Replies: 22
Views: 1,240
Posted By yagami
Re: Hook Chat

I wanted to use only the basic plugins, so I wanted to put prefix into the ranking system now, leaving everything ready
Forum: Scripting Help 02-03-2024, 14:02
Replies: 22
Views: 1,240
Posted By yagami
Re: Hook Chat

I still need it because I wanted to implement this within the ranking instead of using prefix outside of it
Forum: Scripting Help 02-02-2024, 04:29
Replies: 22
Views: 1,240
Posted By yagami
Re: Hook Chat

This is the plugin I'm using, I commented because I was testing AdminPrefixes
Plugin Name: Admin Prefixes
Plugin Author: m0skVi4a ;]

Because I tried to copy everything from it to see if it...
Forum: Scripting Help 02-01-2024, 15:17
Replies: 22
Views: 1,240
Posted By yagami
Re: Hook Chat

Plugins in one piece, if you can help me please try to understand what's going on.
Forum: Scripting Help 01-31-2024, 11:58
Replies: 22
Views: 1,240
Posted By yagami
Re: Hook Chat

new
iLine,
iLength,
iPre_Flags_Count,
iPre_IPs_Count,
iPre_Names_Count,
iPre_SteamIDs_Count;

new
iText[128],
Forum: Scripting Help 01-30-2024, 00:24
Replies: 22
Views: 1,240
Posted By yagami
Re: Hook Chat

new
iLine,
iLength,
iPre_Flags_Count,
iPre_IPs_Count,
iPre_Names_Count,
iPre_SteamIDs_Count,
sz_saytext;

new
Forum: Scripting Help 01-25-2024, 06:39
Replies: 22
Views: 1,240
Posted By yagami
Re: Hook Chat

I was unsure about the last two

new
iLine,
iLength,
iPre_Flags_Count,
iPre_IPs_Count,
iPre_Names_Count,
iPre_SteamIDs_Count,
sz_saytext;
Forum: Scripting Help 01-23-2024, 15:19
Replies: 22
Views: 1,240
Posted By yagami
Re: Hook Chat

I don't understand
Forum: Scripting Help 01-23-2024, 05:39
Replies: 22
Views: 1,240
Posted By yagami
Re: Hook Chat

I was trying to make changes and ended up forgetting to change playerPrefix

the correct one is playerPrefix[64]
Forum: Scripting Help 01-22-2024, 21:21
Replies: 22
Views: 1,240
Posted By yagami
Hook Chat

For some reason he is taking my FLAG and giving it to all other players, does anyone know why?

like I have MASTER flag

if another person enters they also have the MASTER flag
Forum: Scripting Help 01-17-2024, 03:59
Replies: 5
Views: 530
Posted By yagami
Re: SQLite > MySQL

But then I would have to create several enums:? one for each request?
Forum: Scripting Help 01-16-2024, 05:21
Replies: 5
Views: 530
Posted By yagami
SQLite > MySQL

Within sqlite I can use INSERT and SELECT in the same query, but I decided to change to MySQL at the last minute, and discovered that this is not possible to do here in amxx but I'm lost now to...
Forum: Scripting Help 01-06-2024, 00:56
Replies: 4
Views: 557
Posted By yagami
Re: Top 10 plugin help

There was a character limit, so it won't be a bit of a hassle to solve
use css and much better, anything I can help you with
Forum: Scripting Help 01-02-2024, 22:13
Replies: 4
Views: 664
Posted By yagami
Re: Hook Chat

I have a small parameter error

ERROR [2609]: number of arguments does not match definition

This is the first include
To get clan tag

Native
/**
* Returns the clan tag of a player.
Forum: Scripting Help 01-02-2024, 18:30
Replies: 4
Views: 664
Posted By yagami
Re: Hook Chat

Basically I want to create hooks so that when a player speaks in chat, it appears
[CLAN NAME][PATENT NAME]
Forum: Scripting Help 12-30-2023, 11:22
Replies: 3
Views: 518
Posted By yagami
Re: Natives

I already have one made here for the clan name, but I was confused about how to do the same

@get_user_clan_tag(pluginId, params)
{
new clan[ClanEnum];
new id = get_param(1);

...
Forum: Scripting Help 12-30-2023, 02:25
Replies: 3
Views: 518
Posted By yagami
Natives

How do I make native get, id, level, xp

enum _:PlayerEnum
{
bool:pIsAuthorized,
bool:pIsConnected,
bool:pIsAuthenticated,
bool:pIsWaitingLoginAttemptResponse,
...
Forum: Scripting Help 12-30-2023, 02:22
Replies: 4
Views: 664
Posted By yagami
Hook Chat

I have some doubts, I want to ask them in the say

[CLAN NAME] [PATENT]

I'll leave all the natives here

Native

#define MAX_CLAN_TAG_LENGTH 6
Forum: Scripting Help 09-27-2023, 09:43
Replies: 8
Views: 933
Posted By yagami
Re: rank sqlite

What would it be like to do this rank in modt within looop?
Forum: Scripting Help 09-25-2023, 17:10
Replies: 8
Views: 933
Posted By yagami
Re: rank sqlite

In fact, I think I was wrong to put it all together There would be two rankings, the first and a ranking with the best clans, so the XP was made for that to classify the best, but now I don't know...
Forum: Scripting Help 09-24-2023, 23:18
Replies: 8
Views: 933
Posted By yagami
Re: rank sqlite

I wanted to gank the best clans based on XP, and also which clan has the most kills, the most flags captured,

as well as the best playewr of each clan
Forum: Scripting Help 09-24-2023, 22:41
Replies: 8
Views: 933
Posted By yagami
Re: rank sqlite

My mistake for not sending everything


#include <amxmodx>
#include <hamsandwich>
#include <regex>
#include <sqlx>
#include <jctf>
Forum: Scripting Help 09-23-2023, 23:24
Replies: 8
Views: 933
Posted By yagami
rank sqlite

This was supposed to show a rank, but I'm lost inside the for, does anyone know what the next step is?

public OnTop15Command(id)
{
new top[TOP_PLAYERS_LENGTH][TopPlayersEnum];

new...
Showing results 1 to 25 of 123

 
Forum Jump

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


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