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

Help me set this up


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
k123
New Member
Join Date: Apr 2020
Old 04-17-2020 , 16:25   Help me set this up
Reply With Quote #1

Hello

I am new to these issues and I need your help.
The intent of the command is to exclude a specific SteamID or in other words it is immune. An acquaintance gave me some commands, which I don't understand (and he doesn't want to help me anymore) I don't know if it's well configured either

PHP Code:
// Exclude SteamID
new Array:authIDs;
new 
txtlenbShouldExclude;

authIDs ArrayCreate32);
//native read_file(const file[],line,text[],len,&txtlen);
if( file_exists"Steam-ID" ) ) {
new 
increment 0;
new 
stringtopush[32];
while( !
read_file"Steam-ID"increment++, stringtopushcharsmaxstringtopush ), txtlen ) ) {
ArrayPushString(authIDsstringtopush);
}
} else {
bShouldExclude false;


Last edited by Bugsy; 04-17-2020 at 17:59. Reason: 1
k123 is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 06:57.


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