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

Guys pls fix that freeze!!! I want to play!!!
Reply
#22

Seems pretty good, thanks again.
Reply
#23

Quote:
Originally Posted by Dimetrius
View Post
Guys pls fix that freeze!!! I want to play!!!
lol stop spamming and there is no problem like that.Working fine for me
Reply
#24

NOT BAD, thanks
Reply
#25

Just what i said..., hah : ))

Thanks for the fixes Kalcor!
Reply
#26

thx, good
Reply
#27

Quote:
Originally Posted by Kalcor
View Post
That never worked reliably.

pawn Code:
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.
Well, thank you. I will use a Kick on the timer.
Reply
#28

Wont update wiki.sa-mp.com/wiki/Changelog ?
Reply
#29

Quote:
Originally Posted by AlexSkyrise
View Post
Does it matter..? Anyways thanks Kalcor.
Reply
#30

Nice work ..
Reply
#31

Quote:
Originally Posted by Kalcor
Посмотреть сообщение
This had to be done for security reasons.
'Cause of modified packages?
Reply
#32

New Kick(playerid); it very good, but now need add new param's for Kick func.

Kick(playerid, reason, style);

reason = "simple text for test, your has been kicked!"
style = 0/1 ( 0 - SendClientMessage, 1 - DIALOG)

or any

can edit ? it just suggestion...
Reply
#33

Perfect! Thanks Kalcor!
Reply
#34

Nice,Thanks for the fixes.
Reply
#35

Quote:
Originally Posted by [Saint]
Посмотреть сообщение
New Kick(playerid); it very good, but now need add new param's for Kick func.

Kick(playerid, reason, style);

reason = "simple text for test, your has been kicked!"
style = 0/1 ( 0 - SendClientMessage, 1 - DIALOG)

or any

can edit ? it just suggestion...
Totally scriptable see:

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.
replace SendClientMessage and add some dialogs ok. ?



Anyways Nice update and fixed , thansk for it :!
Reply
#36

Nice Kalcor, good job
Reply
#37

@Niko_boy

But it is unsafe in some cases.
Reply
#38

Well Done.
Reply
#39

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.

or

Or can u add "ShowPlayerDialog" a possibility to add own IDґs for the listitems?!
Here i will do the same like:

Код:
	if(SpielerInfo[playerid][pHaus] != 0 && SpielerInfo[playerid][pBusiness] == 0 && SpielerInfo[playerid][pCop] == 0)
   	{
		ShowPlayerDialog(playerid,DIALOG_UPGRADE,DIALOG_STYLE_LIST,"{FF0000}Blood {FFFFFF}and {00FF00}Ice Cream {FFFFFF}- {FFFF00}Upgrade","Upgrade Player\nUpgrade Haus","Wдhlen","Abbrechen");
	}
	else if(SpielerInfo[playerid][pHaus] == 0 && SpielerInfo[playerid][pBusiness] != 0 && SpielerInfo[playerid][pCop] == 0)
   	{
		ShowPlayerDialog(playerid,DIALOG_UPGRADE,DIALOG_STYLE_LIST,"{FF0000}Blood {FFFFFF}and {00FF00}Ice Cream {FFFFFF}- {FFFF00}Upgrade","Upgrade Player\nUpgrade Geschдft","Wдhlen","Abbrechen");
	}
 	else if(SpielerInfo[playerid][pHaus] != 0 && SpielerInfo[playerid][pBusiness] != 0 && SpielerInfo[playerid][pCop] == 0)
   	{
		ShowPlayerDialog(playerid,DIALOG_UPGRADE,DIALOG_STYLE_LIST,"{FF0000}Blood {FFFFFF}and {00FF00}Ice Cream {FFFFFF}- {FFFF00}Upgrade","Upgrade Player\nUpgrade Haus\nUpgrade Geschдft","Wдhlen","Abbrechen");
	}
That is not possible because the listitems idґs are static.
Or i do it false ^^

I hope u can add this important updates Kalcor

peace
Reply
#40

@s3rserii, what the hell are you talking about? All your "ideas" are already possible.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)