SA-MP Forums Archive
SA-MP 0.3x R1-2 client/server update (optional) - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP (https://sampforum.blast.hk/forumdisplay.php?fid=3)
+--- Forum: News and Updates (https://sampforum.blast.hk/forumdisplay.php?fid=74)
+--- Thread: SA-MP 0.3x R1-2 client/server update (optional) (/showthread.php?tid=413131)

Pages: 1 2 3 4 5 6 7 8


Re: SA-MP 0.3x R1-2 client/server update (optional) - Sasino97 - 06.02.2013

Quote:
Originally Posted by DrSlett
Посмотреть сообщение
Good work!

PHP код:
public OnPlayerConnect(playerid)
{
    
SendClientMessage(playerid, -1"TEST"); // not shown :(
    
Kick(playerid);
    return 
1;

please fix it
Quote:
Originally Posted by Nickvj7
Посмотреть сообщение
pawn Код:
public OnPlayerConnect(playerid)
{
    SendClientMessage(playerid, 0xff0000ff, "You can be kicked."); // not visible
    Kick(playerid); //very fast
    return 1;
}
I'm still asking myself why the heck should someone put that code in his server....


Re: SA-MP 0.3x R1-2 client/server update (optional) - Tomboeg - 06.02.2013

Thanks for the fast support!


Re: SA-MP 0.3x R1-2 client/server update (optional) - karolis1478 - 06.02.2013

Nice updates. Thanks


Re: SA-MP 0.3x R1-2 client/server update (optional) - Locky_ - 07.02.2013

Quote:
Originally Posted by [GF]Sasino97
Посмотреть сообщение
I'm still asking myself why the heck should someone put that code in his server....
This for min was a small problem ... more for when the player missed your password OnPlayerConnect ... he lost the connection in some cases .... other received the message and after receiving the kick ... But after the change in kick, kick it is very fast ... so not seeing the message.

Being the same pro Ban. Now I have to mecher in game mode completely to fix it .... thanks for the help! '-'


Re: SA-MP 0.3x R1-2 client/server update (optional) - DrSlett - 07.02.2013

Quote:
Originally Posted by costel_nistor96
Посмотреть сообщение
Thanks for the fixes ... the first one I thought that is only at me.



We can't use it with a smaller timer ? Like 500ms.
Faster is 1 ms.

PHP код:
#define KickEx(%0) SetTimerEx("KickPlayer", 1, 0, "d", %0)
forward KickPlayer(playerid);
public 
KickPlayer(playeridKick(playerid); 
Using: KickEx(playerid);


Re: SA-MP 0.3x R1-2 client/server update (optional) - IstuntmanI - 07.02.2013

Quote:
Originally Posted by DrSlett
Посмотреть сообщение
Faster is 1 ms.

PHP код:
#define KickEx(%0) SetTimerEx("KickPlayer", 1, 0, "d", %0)
forward KickPlayer(playerid);
public 
KickPlayer(playeridKick(playerid); 
Using: KickEx(playerid);
You tested it ? It will work fine ?

EDIT: Yes, it's working. But I will use 10ms, to be sure.


Re: SA-MP 0.3x R1-2 client/server update (optional) - emit - 07.02.2013

good updates, thanks!

Quote:
Originally Posted by DrSlett
Посмотреть сообщение
Faster is 1 ms.

PHP код:
#define KickEx(%0) SetTimerEx("KickPlayer", 1, 0, "d", %0)
forward KickPlayer(playerid);
public 
KickPlayer(playeridKick(playerid); 
Using: KickEx(playerid);
thank for fix


Re: SA-MP 0.3x R1-2 client/server update (optional) - Vasilis200 - 07.02.2013

Thank you


Re: SA-MP 0.3x R1-2 client/server update (optional) - kaxo130 - 09.02.2013

Slots will be increased?


Re: SA-MP 0.3x R1-2 client/server update (optional) - kvsolga - 09.02.2013

Nice update, makes the quality of players better!


Re: SA-MP 0.3x R1-2 client/server update (optional) - DowDaw - 15.02.2013

Good job


Re: SA-MP 0.3x R1-2 client/server update (optional) - kvsolga - 16.02.2013

Useful update, I was wondering why the game crashed after alt tabbed.

Thanks


Re: SA-MP 0.3x R1-2 client/server update (optional) - Whitetiger - 16.02.2013

What was changed between the different installers of 0.3x-R1-2? When you first released 0.3x R1-2, I downloaded it, today I downloaded it again. why are the MD5's on the original 0.3x-R1-2 and the one I downloaded today different? why is the installer I downloaded today about 100 kb larger than the original installer?

but most of all, Why are you not documenting these changes? First with the frozen players not documented, and now this, what's the deal?


Re: SA-MP 0.3x R1-2 client/server update (optional) - Matt - 16.02.2013

Some of my scripts wont work and the new 0.3x stuff neither wont load. Sucks :P


Re: SA-MP 0.3x R1-2 client/server update (optional) - Romero_Sanchez - 17.02.2013

Thanks, bugs we're fucked.


Re: SA-MP 0.3x R1-2 client/server update (optional) - Lhabin - 17.02.2013

Cool i like the new update on 0.3x


Re: SA-MP 0.3x R1-2 client/server update (optional) - iManakoss - 17.02.2013

Damn yea,I love the update!


Re: SA-MP 0.3x R1-2 client/server update (optional) - Rock - 17.02.2013

In the next version it would pe awesome if you could make access to "Respect +" dialog from singleplayer, you know, that thing that appears on left corner of the screen and shows "Respect +" and a loading bar whenever you complete a mission or something.(Not the textdraw in the center of the screen)


Re: SA-MP 0.3x R1-2 client/server update (optional) - Mance - 17.02.2013

Great job! I liked the new updates and bug fixes.


Re: SA-MP 0.3x R1-2 client/server update (optional) - Johny32 - 17.02.2013

Good job