SA-MP 0.3z R2-2 server update

i'd like SetPlayerGravity too

how i can clean SendDeathMessageToPlayer from screen?
Reply

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);
    }  
}
Reply

why 20!? I thought only 5 death messages are shown at a time!
Reply

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
Reply

Nice
Reply

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

Is not working =)
Reply

Cheers Kalcor!
Reply

Nice! thanks
Reply

Oh Cool, thanks kalcor, Grettins.
Reply

Thanks.
Reply

thanks kar! nice updates!
Reply

Quote:
Originally Posted by DrSlett
Посмотреть сообщение
thanks kar! nice updates!
http://forum.sa-mp.com/member.php?u=90884 says thanks too
Reply

Quote:
Originally Posted by RajatPawar
Посмотреть сообщение
thanks bro!
Reply

Quote:
Originally Posted by RajatPawar
Посмотреть сообщение
thx Kar!!
Reply

Quote:
Originally Posted by Calgon
Посмотреть сообщение
thx Kar!!
Quote:
Originally Posted by DrSlett
Посмотреть сообщение
thanks kar! nice updates!
No problem.
Reply

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

A modest yet effective release. Good job.
Reply

Nice job. (:
Reply

i want samp R2 not for a server can anyone tell me!
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)