Re: SA-MP 0.3z R2-2 server update -
Jon_De - 18.04.2014
i'd like SetPlayerGravity too
how i can clean SendDeathMessageToPlayer from screen?
Re: SA-MP 0.3z R2-2 server update -
iZN - 18.04.2014
Quote:
Originally Posted by Jon_De
i'd like SetPlayerGravity too
how i can clean SendDeathMessageToPlayer from screen?
|
This isn't a place for scripting help. but, here:
pawn Код:
stock ClearDeathWindowForPlayer(playerid)
{
for(new i; i < 5; i++)
{
SendPlayerDeathMessage(playerid, INVALID_PLAYER_ID, INVALID_PLAYER_ID, 255);
}
}
Re: SA-MP 0.3z R2-2 server update -
Kar - 18.04.2014
why 20!? I thought only 5 death messages are shown at a time!
Re: SA-MP 0.3z R2-2 server update -
Davidoff - 18.04.2014
Quote:
Originally Posted by iZN
This isn't a place for scripting help. but, here:
pawn Код:
stock ClearDeathWindowForPlayer(playerid) { for(new i; i < 20; i++) { SendPlayerDeathMessage(playerid, INVALID_PLAYER_ID, INVALID_PLAYER_ID, 255); } }
|
Is not working
Re: SA-MP 0.3z R2-2 server update -
thomaswilliams - 18.04.2014
Nice
Re: SA-MP 0.3z R2-2 server update -
iFarbod - 18.04.2014
pawn Код:
// Based on iZN's solution
stock ClearKillFeed()
{
for(new i; i < 20; i++)
{
SendDeathMessage(INVALID_PLAYER_ID, INVALID_PLAYER_ID, 255);
}
}
Command For Using :
pawn Код:
CMD:clearkf(playerid, params[])
{
//if(IsPlayerAdmin(playerid)) return 0;
ClearKillFeed();
return 1;
}
Go in-game press F6 or T then Type /clearkf and hit enter.
Re: SA-MP 0.3z R2-2 server update -
Davidoff - 18.04.2014
Is not working =)
Re: SA-MP 0.3z R2-2 server update -
Luis- - 22.04.2014
Cheers Kalcor!
Re: SA-MP 0.3z R2-2 server update -
Lazz - 22.04.2014
Nice! thanks
Re: SA-MP 0.3z R2-2 server update -
juandiegox - 23.04.2014
Oh Cool, thanks kalcor, Grettins.
Re: SA-MP 0.3z R2-2 server update -
Ayham - 23.04.2014
Thanks.
Re: SA-MP 0.3z R2-2 server update -
DrSlett - 23.04.2014
thanks kar! nice updates!
Re: SA-MP 0.3z R2-2 server update -
RajatPawar - 23.04.2014
Quote:
Originally Posted by DrSlett
thanks kar! nice updates!
|
http://forum.sa-mp.com/member.php?u=90884 says thanks too
Re: SA-MP 0.3z R2-2 server update -
DrSlett - 23.04.2014
Quote:
Originally Posted by RajatPawar
|
thanks bro!
Re: SA-MP 0.3z R2-2 server update -
Calgon - 23.04.2014
Quote:
Originally Posted by RajatPawar
|
thx Kar!!
Re: SA-MP 0.3z R2-2 server update -
Kar - 23.04.2014
Quote:
Originally Posted by Calgon
thx Kar!!
|
Quote:
Originally Posted by DrSlett
thanks kar! nice updates!
|
No problem.
Re: SA-MP 0.3z R2-2 server update -
Battlezone - 23.04.2014
I LOVE THESE ONES!!!
pawn Код:
native BlockIpAddress(ip_address[], timems); // blocks an IP address from further communication (wildcards allowed)
native UnBlockIpAddress(ip_address[]); // IP unblock
native SendDeathMessageToPlayer(playerid, killer, killee, weapon);
native CreateExplosionForPlayer(playerid, Float:X, Float:Y, Float:Z, type, Float:Radius);
Re: SA-MP 0.3z R2-2 server update -
JonnyDeadly - 27.04.2014
A modest yet effective release. Good job.
Re: SA-MP 0.3z R2-2 server update -
Jimmy0wns - 28.04.2014
Nice job. (:
Re: SA-MP 0.3z R2-2 server update -
Micheal123 - 28.04.2014
i want samp R2 not for a server can anyone tell me!