C# Knowledge required!

05/27/2017 22:50 XerK..#1
Hello,I am new to the field of C # and I wanted some help at this point if possible
PHP Code:
 // User is AFK, no reward.
                        
if (this.IsAfk)
                        {
                            
// Register stuff
                            
this.SilkOK 0
i wan add a buff if he afk how can i do that ?
05/28/2017 05:00 -Prestige..#2
EXEC a SQL Procedure which give him the buff
for example:
Code:
// User is AFK, no reward. 
                        if (this.IsAfk) 
                        { 
                            // Register stuff 
sqlCon.exec("EXEC SRO_VT..[BUFF] "+charname+","+_pck.Opcode+","+length);
                            this.SilkOK = 0;
05/28/2017 07:25 XerK..#3
Quote:
Originally Posted by -Prestige.. View Post
EXEC a SQL Procedure which give him the buff
for example:
Code:
// User is AFK, no reward. 
                        if (this.IsAfk) 
                        { 
                            // Register stuff 
sqlCon.exec("EXEC SRO_VT..[BUFF] "+charname+","+_pck.Opcode+","+length);
                            this.SilkOK = 0;
thank you alot can i get your discord or skype wa talk with you
05/28/2017 07:29 -Prestige..#4
Skype.. YousefAyyoub
05/28/2017 22:19 XerK..#5
Quote:
Originally Posted by -Prestige.. View Post
Skype.. YousefAyyoub
ty alot
05/29/2017 02:08 Spidy.#6
#Closed