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

Quote:
Originally Posted by Sergei
Посмотреть сообщение
@s3rserii, what the hell are you talking about? All your "ideas" are already possible.
yeah? but i found nothing to remove these problems :/
Reply
#42

Quote:
Originally Posted by s3rserii
Посмотреть сообщение
Nice fix Kalcor.
It is possible to add "TextDrawSetSelectableForPlayer"?
I will create a Menu with buttons that i can disable for players who not need it.

I hope u can add this important updates Kalcor

peace
PlayerTextDrawSetSelectable ?
Reply
#43

Quote:
Originally Posted by Kar
Посмотреть сообщение
PlayerTextDrawSetSelectable ?
Omg, thx why i dont found that?! -.-

And the second problem is also possible now?
Reply
#44

Quote:
Originally Posted by Kalcor
Посмотреть сообщение
- Clients would not see the "Unacceptable NickName" notice.
BUG?

Reply
#45

Quote:
Originally Posted by CKA3KuH
Посмотреть сообщение
BUG?

What did you set as your name?
Reply
#46

Quote:
Originally Posted by s3rserii
Посмотреть сообщение
Omg, thx why i dont found that?! -.-

And the second problem is also possible now?
Use different dialog IDs, compare inputtext[], etc etc.
Reply
#47

Thanks for the fixes.
Reply
#48

Quote:
Originally Posted by T0pAz
Посмотреть сообщение
What did you set as your name?
The name was written in Cyrillic.
Reply
#49

Quote:
Originally Posted by CKA3KuH
Посмотреть сообщение
The name was written in Cyrillic.
You should use a-z A-Z, 0-9
Reply
#50

Thanks for the fixes ... the first one I thought that is only at me.

Quote:
Originally Posted by Kalcor
Посмотреть сообщение
That never worked reliably.

pawn Код:
forward KickPublic(playerid);
public KickPublic(playerid) { Kick(playerid); }

KickWithMessage(playerid, message[])
{
    SendClientMessage(playerid, 0xFF4444FF, message);
    SetTimerEx("KickPublic", 1000, 0, "d", playerid);
}
Put that in your script. Now use KickWithMessage(playerid, "Bye!"); instead of SendClientMessage, Kick.
We can't use it with a smaller timer ? Like 500ms.
Reply
#51

You can try with 0ms. It will be called right after OnPlayerConnect.
Reply
#52

Useful fixes,thank you SA:MP team
Reply
#53

Quote:
Originally Posted by Sergei
Посмотреть сообщение
Use different dialog IDs, compare inputtext[], etc etc.
i know but...this is not the best solution... it will be easier if we can add own idґs for the items...
20-30% of my code are dialog boxes.. thats crap ^^
Reply
#54

Good work -
Reply
#55

Only few words to say...

0.3x... damn that load speed, 0.3x connecting to database, getting results, and loading everything take about 3times less time than 0.3e
Reply
#56

Awesome work
Reply
#57

pawn Код:
public OnPlayerConnect(playerid)
{
    SendClientMessage(playerid, 0xff0000ff, "You can be kicked."); // not visible
    Kick(playerid); //very fast
    return 1;
}
Reply
#58

Quote:
Originally Posted by Nickvj7
Посмотреть сообщение
pawn Код:
public OnPlayerConnect(playerid)
{
    SendClientMessage(playerid, 0xff0000ff, "You can be kicked."); // not visible
    Kick(playerid); //very fast
    return 1;
}
See http://forum.sa-mp.com/showpost.php?...2&postcount=14
Reply
#59

Quote:
Originally Posted by dugi
Посмотреть сообщение
I was also going to paste that link :P
Reply
#60

Great Job
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)