08.11.2012, 12:23
I've noticed a thing today about the time required to go from OnPlayerConnect to OnPlayerRequestClass ..so i'm trying to fix it but w/o success :/
I do some speed test:
[14:34:<b>43</b>] tick connect: 5 ms
[14:34:<b>46</b>] Connected to {B9B9BF}server name
[14:34:46] class= 0 ms
[14:34:46] later= 3557 ms
Class = x ms => Time required for complete OnPlayerRequestClass
tick connect = x mx => Time required to complete OnPlayerConnect
later = x ms => Time passed from OnPlayerConnect to OnPlayerRequestClass
Which can be the cause of this? I tried everything but the problem is still here :/
The problem seems to be between OnPlayerConnect and OnPlayerRequestClass
You can see
[14:34:<b>43</b>] tick connect: 5 ms (OnPlayerConnected)
[14:34:<b>46</b>] Connected to {B9B9BF}server name (SA:MP Thing)
the time between the callback and the thing of samp и di circa 3 secondi (see above later= 3557 ms)
I checked timers (maybe a timer can cause this retard?) but w/o success
( sorry for the english :/ i hope you can understand my problem. )
I do some speed test:
[14:34:<b>43</b>] tick connect: 5 ms
[14:34:<b>46</b>] Connected to {B9B9BF}server name
[14:34:46] class= 0 ms
[14:34:46] later= 3557 ms
Class = x ms => Time required for complete OnPlayerRequestClass
tick connect = x mx => Time required to complete OnPlayerConnect
later = x ms => Time passed from OnPlayerConnect to OnPlayerRequestClass
Which can be the cause of this? I tried everything but the problem is still here :/
The problem seems to be between OnPlayerConnect and OnPlayerRequestClass
You can see
[14:34:<b>43</b>] tick connect: 5 ms (OnPlayerConnected)
[14:34:<b>46</b>] Connected to {B9B9BF}server name (SA:MP Thing)
the time between the callback and the thing of samp и di circa 3 secondi (see above later= 3557 ms)
I checked timers (maybe a timer can cause this retard?) but w/o success
( sorry for the english :/ i hope you can understand my problem. )