Re: SA-MP 0.3c R3/R4 server update -
Burridge - 27.07.2011
I would suggest using
JernejL's instead.
Respuesta: SA-MP 0.3c R3/R4 server update -
Ari3l - 27.07.2011
Awesome!
Re: SA-MP 0.3c R3/R4 server update -
Sasino97 - 27.07.2011
Thanks for the new R4

! That's fantastic...
Re: SA-MP 0.3c R3/R4 server update -
Haji - 27.07.2011
If releases comes at this tempo, then we can expect 0.3d or 0.4 soon!
Re: SA-MP 0.3c R3/R4 server update -
Raimis_R - 27.07.2011
Quote:
Originally Posted by Haji
If releases comes at this tempo, then we can expect 0.3d or 0.4 soon! 
|
I doubt it.
Re: SA-MP 0.3c R3/R4 server update -
juraska - 27.07.2011
Thanks for the update !
Re: SA-MP 0.3c R3/R4 server update -
MisterTickle - 27.07.2011
My NPC's won't connect.. It blocks the connection
Blocking due to a 'server full' attack (1)
Edit: Okay I fixed that but.. sscanf2 doesn't appear to be working correctly
Re: SA-MP 0.3c R3 server update -
beckzy - 28.07.2011
Quote:
Originally Posted by Donya
Hitting empty vehicles and deducing health.
GetPlayerCameraMode = isplayeraiming
|
What other uses are there from OnUnoccupiedVehicleUpdate?
And how can IsPlayerAiming be useful? What uses are their from detecting whether a player is aiming?
AW: SA-MP 0.3c R3/R4 server update -
Meta - 28.07.2011
Bug: Network stats texts are wrong: (left pic taken a few seconds after the right one)
Re: SA-MP 0.3c R3/R4 server update -
Snipa - 28.07.2011
Oops, updated without looking @ comments. Meh, Kalcor, when will sscanf support be added?
Re: AW: SA-MP 0.3c R3/R4 server update -
Kalcor - 28.07.2011
Quote:
Originally Posted by Meta
Bug: Network stats texts are wrong: (left pic taken a few seconds after the right one)
|
No, that's actually right. The stats on the client and server won't be a mirror copy because the internet stands between them. They should be reasonably close though, within 1-2%. The internet is not 100% reliable and certain types of messages will not be resent by SA-MP. Packetloss between client/server and server/client might also be different.
Also, "a few seconds" is actually a long time in real-time game. That might also explain some of the differences.
Quote:
Originally Posted by Snipa
Oops, updated without looking @ comments. Meh, Kalcor, when will sscanf support be added?
|
sscanf() isn't written by SA-MP. If a plugin doesn't work between SA-MP server versions it obviously uses memory hacking. You'll need to ask the author of the plugin whether they'll update it. This is why we have always discouraged creating/using memory hacking plugins.
AW: Re: AW: SA-MP 0.3c R3/R4 server update -
Meta - 28.07.2011
Quote:
Originally Posted by Kalcor
No, that's actually right. The stats on the client and server won't be a mirror copy because the internet stands between them. They should be reasonably close though, within 1-2%. The internet is not 100% reliable and certain types of messages will not be resent by SA-MP. Packetloss between client/server and server/client might also be different.
|
Ok, thanks.
I've been confused, I thought some texts were placed on wrong parts of the netstats
EDIT: Now I understood why it seemed wrong to me.
The stats like sent and recived per player are
inverted, so they are the serversides stats e.g. the bytes
the server recived from player, right?
Re: AW: Re: AW: SA-MP 0.3c R3/R4 server update -
Kalcor - 28.07.2011
Quote:
Originally Posted by Meta
EDIT: Now I understood why it seemed wrong to me.
The stats like sent and recived per player are inverted, so they are the serversides stats e.g. the bytes the server recived from player, right?
|
Yes, that's right. You have them coloured correctly.
Re: SA-MP 0.3c R3/R4 server update -
Karlip - 28.07.2011
I don't know if this is related, but after R4, i've noticed that some car parts are different color than the rest of the car.
Only seemed to happen once.
Re: SA-MP 0.3c R3/R4 server update -
dnee - 28.07.2011
I don't know, It's bug of R4 ?
When I used this command.
Код:
tmp = strtok(cmdtext, idx);
printf("Test");
new test= ReturnUser(tmp);
printf("%d", test);
It doesn't do anythings. I think, it's bug of format change in R4.
Thanks.
Re: SA-MP 0.3c R3/R4 server update -
AndreT - 28.07.2011
Quote:
Originally Posted by dnee
I don't know, It's bug of R4 ?
When I used this command.
Код:
tmp = strtok(cmdtext, idx);
printf("Test");
new test= ReturnUser(tmp);
printf("%d", test);
It doesn't do anythings. I think, it's bug of format change in R4.
Thanks.
|
Does the exactly same code produce any better results in R2?
Re: SA-MP 0.3c R3/R4/R5 server update -
Michael@Belgium - 28.07.2011
Wow ... 3 updates in 1 week xD Good job !!
Re: SA-MP 0.3c R3/R4/R5 server update -
rbN. - 28.07.2011
UPDATES GOING FAST.
Awesome
Re: SA-MP 0.3c R3/R4/R5 server update -
Mikkel_Pedersen - 28.07.2011
Thanks for a new update with a pair of new nice functions, and nice to see the wiki updated so fast after the updates were here.
Re: SA-MP 0.3c R3/R4/R5 server update -
Haji - 28.07.2011
Thanks for R5 version.
P.S Tomorrow R6 will be released