3 lil questions
#1

1)If I'm not wrong SAMP got an internal auto AFK system, right? Then after how much time does it kick the AFK player?

2) Answered.

3) Does a function to detect if a player is crouch exist?
Reply
#2

Код:
if(a == b) c = 3;
c++;
is similar to

Код:
if(a == b) { c = 3; }
c++;
but both are not equal to

Код:
if(a == b)
{
   c = 3;
   c++;
}
Never heard of the anti-AFK system.
Reply
#3

Ok thanks juste wanna be sure of that.

I'm not sure there is a anti AFK system but I guess so because when I stay connected without playaing for a while (1 hour i guess) i got kicked whereas I've not anti AFK system on my script
Reply
#4

3rd question: Does a function to detect if a player is crouch exist?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)