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

Showing results 1 to 17 of 17
Search took 0.01 seconds.
Search: Posts Made By: PawnBegg
Forum: Scripting Help 05-03-2022, 07:18
Replies: 10
Views: 1,108
Posted By PawnBegg
Re: Help Error: Expected token: "}", but found "-string-" on line 45

#include <amxmodx>
#include <amxmisc>

#define PLUGIN "ULTIMATE WHO"
#define VERSION "1.1"
#define AUTHOR "P.Of.Pw"

#define CharsMax(%1) sizeof %1 - 1...
Forum: Scripting Help 04-22-2022, 11:13
Replies: 1
Views: 515
Posted By PawnBegg
Forum: Scripting Help 04-20-2022, 11:01
Replies: 1
Views: 515
Posted By PawnBegg
Molotov do not explode

heyo, i found molotov coclait plugin remaked for cs;go mod by #define AUTHOR "DynamicBits & O'Zone" for TheDoctor0 MOD, and tried to modify for ShadowsAdi cs;go mod

Commented what changes i did....
Forum: Scripting Help 04-19-2022, 16:31
Replies: 11
Views: 966
Posted By PawnBegg
Re: Help with native

Work perfectly! Thanks you!!! Problem solved
Forum: Scripting Help 04-19-2022, 14:24
Replies: 11
Views: 966
Posted By PawnBegg
Re: Help with native

This is not working got errors
L 04/19/2022 - 21:23:38: [CS:GO Remake] Player is not connected (6)
L 04/19/2022 - 21:23:38: [AMXX] Displaying debug trace (plugin "csgo_clans.amxx", version "2.5")...
Forum: Scripting Help 04-19-2022, 10:20
Replies: 11
Views: 966
Posted By PawnBegg
Re: Help with native

Hello, i get Rank value from database like this
rank = SQL_ReadResult(query, SQL_FieldNameToNum(query, "Rank"));


and print like this
formatex(itemName, charsmax(itemName), "%L", id,...
Forum: Scripting Help 04-16-2022, 13:50
Replies: 1
Views: 392
Posted By PawnBegg
Re: Need some help with handler

SOLVED
-> this fixed
new moneyData[16], moneyAmount;

read_args(moneyData, charsmax(moneyData));
remove_quotes(moneyData);

moneyAmount = str_to_num(moneyData);
Forum: Scripting Help 04-16-2022, 13:26
Replies: 1
Views: 392
Posted By PawnBegg
Need some help with handler

Hello, i want to do that i can to deposit into bank
register_clcmd("ENTER_EURO_AMOUNT_TO_DEPOSIT", "deposit_money_handle");
public bank_menu(id)
{
if (!is_user_connected(id) ||...
Forum: Scripting Help 04-15-2022, 16:05
Replies: 1
Views: 295
Posted By PawnBegg
Re: Need some help with scripting

Fixed, just have to move this line csgo_get_user_operation_text(id, operation, charsmax(operation)); // LINE 2364 after this if (!GetPlayerBit(g_bitIsAlive, id))
return;
Forum: Scripting Help 04-15-2022, 15:34
Replies: 1
Views: 295
Posted By PawnBegg
Need some help with scripting

Hello, i want to call native from another .sma but i got error
L 04/15/2022 - 22:26:54: [AMXX] Displaying debug trace (plugin "csgo_operations.amxx", version "2.1")
L 04/15/2022 - 22:26:54: [AMXX]...
Forum: General 04-13-2022, 04:33
Replies: 1
Views: 777
Posted By PawnBegg
Forum: Scripting Help 04-13-2022, 04:22
Replies: 0
Views: 310
Posted By PawnBegg
Forum: Scripting Help 04-13-2022, 04:19
Replies: 4
Views: 335
Posted By PawnBegg
Re: help with bit

THANKS YOU GUYS, a little bit clear now ;)
Forum: Scripting Help 04-12-2022, 16:02
Replies: 4
Views: 335
Posted By PawnBegg
help with bit

Hello, i cant find info about ->
#define get_bit(%2,%1) (%1 & (1<<(%2&31)))
#define set_bit(%2,%1) (%1 |= (1<<(%2&31)))
#define rem_bit(%2,%1) (%1 &= ~(1 <<(%2&31)))

what these definitions mean...
Forum: Scripting Help 04-12-2022, 05:04
Replies: 11
Views: 966
Posted By PawnBegg
Re: Help with native

Thanks you! SOlver
Forum: Scripting Help 04-12-2022, 02:31
Replies: 11
Views: 966
Posted By PawnBegg
Re: Help with native

"Silver 1" is rankid- 1... When im loggin to CS:GO mod enter pw and press login then shows correctly for example my rank id - 5 it szRank print that im "Silver Elite" But if im not logged it always...
Forum: Scripting Help 04-11-2022, 15:18
Replies: 11
Views: 966
Posted By PawnBegg
Help with native

Hello boys and girls, can some one teach me with natives, i need some help.
in .inc file i have native like this ->
/**
* Returns a player's Rank ID. Set Rang name in output.
*
* @param id ...
Showing results 1 to 17 of 17

 
Forum Jump

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


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