SA-MP 0.3x R1-2 client/server update (optional)
#61

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....
Reply
#62

Thanks for the fast support!
Reply
#63

Nice updates. Thanks
Reply
#64

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! '-'
Reply
#65

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);
Reply
#66

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.
Reply
#67

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
Reply
#68

Thank you
Reply
#69

Slots will be increased?
Reply
#70

Nice update, makes the quality of players better!
Reply
#71

Good job
Reply
#72

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

Thanks
Reply
#73

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?
Reply
#74

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

Thanks, bugs we're fucked.
Reply
#76

Cool i like the new update on 0.3x
Reply
#77

Damn yea,I love the update!
Reply
#78

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)
Reply
#79

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

Good job
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)