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

Showing results 1 to 25 of 52
Search took 0.00 seconds.
Search: Posts Made By: GetRektByNoob
Forum: Plugins 09-05-2020, 15:28
Replies: 1,980
Views: 1,044,771
Posted By GetRektByNoob
Re: [ANY] Store by Zephyrus [1.1 - 03.01.2016]

i heard there is package feature in the plugin? any idea how to set it up?
Forum: Scripting 02-14-2020, 15:18
Replies: 2
Views: 827
Posted By GetRektByNoob
Re: Store_WalkConfig Zephyrus's store

thats what im trying to understand how to use this "system" in my plugin but i dont understand whats going on. i need kinda help with it
Forum: Scripting 02-14-2020, 13:15
Replies: 2
Views: 827
Posted By GetRektByNoob
Store_WalkConfig Zephyrus's store

hey, guys, I'm working on a new plugin idea and I would like to use the idea Zephyrus's store plugin. in that plugin, there is the items.txt file which if you have a file that looks like.
"Node"
{...
Forum: Scripting 08-23-2019, 09:23
Replies: 12
Views: 2,617
Posted By GetRektByNoob
Forum: Scripting 08-23-2019, 08:27
Replies: 12
Views: 2,617
Posted By GetRektByNoob
Re: Invisible knife in TT

where can i find all the AcceptEntityInput methods and examples if you don't mind...?
Forum: Scripting 08-23-2019, 08:03
Replies: 12
Views: 2,617
Posted By GetRektByNoob
Re: Invisible knife in TT

Can you explain what is the difference between AcceptIntityInput("kill") and RemovePlayerItem?
also making the knife invisible the player will still see that be holds something in his hand and at...
Forum: Scripting 08-23-2019, 07:22
Replies: 12
Views: 2,617
Posted By GetRektByNoob
Re: Invisible knife in TT

First can you some code to work off it or some information
Second what is tt
Third to delete someone knife you can do
RemovePlayerItem(client, GetPlayerWeaponSlot(client,1));
I'm not sure if the...
Forum: Scripting 08-22-2019, 18:13
Replies: 12
Views: 2,617
Posted By GetRektByNoob
Re: Invisible knife in TT

you need to post something (code, how to recreate....) to get help... creating a thread that says in 1 short sentence what's the problem and "HELP!" isn't enough information for someone to help you...
Forum: Scripting 08-22-2019, 10:18
Replies: 10
Views: 3,179
Posted By GetRektByNoob
Re: Zephyrus's store refresh client inventory

ok thanks so much for helping ima try it and report back :D
Forum: Scripting 08-22-2019, 09:52
Replies: 10
Views: 3,179
Posted By GetRektByNoob
Re: Zephyrus's store refresh client inventory

so i need to add

public Native_ForceSaveClientData(Handle:plugin, numParams)
{
/* Save all the data like in OnClientDisconnect, just in case? */
...
Forum: Scripting 08-22-2019, 09:20
Replies: 10
Views: 3,179
Posted By GetRektByNoob
Re: Zephyrus's store refresh client inventory

I'm kind of confused since I haven't touched all the natives thing...
I added this 2 blocks to the sp file
public Native_ForceSaveClientData(Handle:plugin, numParams)
{
/* Save all the data...
Forum: Scripting 08-22-2019, 05:08
Replies: 13
Views: 2,707
Posted By GetRektByNoob
Re: Problem MySQL T_LoadData

its always better to use the method map in general (Database.Query...) and not the query functions like FastQuery because then you dont have to use functions like GetError LockDatabase... and you...
Forum: Scripting 08-20-2019, 20:02
Replies: 13
Views: 2,707
Posted By GetRektByNoob
Re: Problem MySQL T_LoadData

I'm sorry for the mistake but the error comes from the sql statement when doing update you dont actually select any field and which means the query table is empty and you can't find the field index
...
Forum: Scripting 08-20-2019, 16:34
Replies: 16
Views: 2,891
Posted By GetRektByNoob
Re: [CS:GO] thirdperson camera bug when bonemerging prop_dynamic with player

sorry, I can't help but can you release it when you're finished by any chance?. I would love to take a look at the code and its hilarious... :)
Forum: Scripting 08-20-2019, 14:22
Replies: 13
Views: 2,707
Posted By GetRektByNoob
Re: Problem MySQL T_LoadData

afaik you are trying to find the field index but the result is not fetched try doing

//If a row set was returned:
if(results.FetchRow())
{
int valoareCol;
...
Forum: Scripting 08-20-2019, 13:29
Replies: 13
Views: 2,707
Posted By GetRektByNoob
Re: Problem MySQL T_LoadData

can i ask why are you doing
results.FieldNameToNum("valoare", valoareCol);
and not
results.FieldNameToNum("valoare", 0);
since you are defining the int but not doing anything to it
also you...
Forum: Scripting 08-08-2019, 16:28
Replies: 10
Views: 3,179
Posted By GetRektByNoob
Re: Zephyrus's store refresh client inventory

i would but this functions use ItemID and i dont know how to get it
Forum: Scripting 07-28-2019, 05:13
Replies: 13
Views: 2,686
Posted By GetRektByNoob
Re: Player data in not inserting into DB Corectly

you should also use the databse methodmap I'm not sure if it's better performance but ye...
Forum: Scripting 07-25-2019, 06:41
Replies: 4
Views: 1,632
Posted By GetRektByNoob
Re: (L4D2) server cookie?

I'm not sure if there an easier way or if it's possible in L4D2 but you can try to create keyvalue file and save the convar value in it on OnMapEnd and on OnMapStart you can read the file and load...
Forum: Scripting 07-24-2019, 17:09
Replies: 10
Views: 3,179
Posted By GetRektByNoob
Zephyrus's store refresh client inventory

Hey everyone,
I'm using the Zephyrus store and I'm giving items to players using SQL, the problem is that when I give someone an item he needs to retry to see the item in his inventory, so I need to...
Forum: Plugins 07-18-2019, 10:29
Replies: 25
Views: 15,444
Posted By GetRektByNoob
Re: [CSGO/CSS?] [Store] Credits for Specified Events!

suggestion, you should edit the thread instead of posting new replys with the changes so pepole who are using old versions can see what has been added quickly instead of serching whats new in each...
Forum: Scripting 07-18-2019, 10:22
Replies: 12
Views: 3,052
Posted By GetRektByNoob
Re: Read KeyValues File

sorry i posted this on the wrong thread i tried removeing the reply without success till now, sorry again...
Forum: Plugins 07-17-2019, 12:26
Replies: 1,980
Views: 1,044,771
Posted By GetRektByNoob
Re: [ANY] Store by Zephyrus [1.1 - 03.01.2016]

is it possible to refresh client inventory after giving him item through SQL? like is there a native for it or something
Forum: Plugins 07-15-2019, 12:13
Replies: 2
Views: 6,072
Posted By GetRektByNoob
Re: [CSGO] Team Join Manager

thanks for the note i updated the plugin.
Forum: Scripting 07-12-2019, 19:05
Replies: 12
Views: 3,052
Posted By GetRektByNoob
Re: Read KeyValues File

first i didnt want to offend and im sorry if i did, i wish i could remove the sub sub key but this file is an user input and they can add as much as they want sub sections sence the store plugin...
Showing results 1 to 25 of 52

 
Forum Jump

All times are GMT -4. The time now is 00:39.


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