How to kill get score and if kill send message you got this score .....
#1

How to kill get score and if kill send message you got this score (get score from kill) From Killing (killerid)

??
No Ones help ??
Reply
#2

onplayerdeath:
pawn Код:
SetPlayerScore(killerid,GetPlayerScore(killerid)+1);
new string[120];
format(string,120,"You Got score from killing %s[%d!",GetName(playerid),playerid);
SendClientMessage(killerid,-1,string);
Getname function: put it any where in ur gm:
pawn Код:
stock GetName(playerid)
{
    new pName[68];
    GetPlayerName(playerid, (pName), sizeof(pName));
    return pName;
}
Reply
#3

Thanks before , how to this ?? You get score %d <<<(get score after kill)
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)