25.01.2011, 15:45
pawn Код:
new Float:score;
GetPlayerScore(killerid, score);
if(score == 1)
{
GameTextForPlayer(killerid,"~r~> first blood! <",3000,5);
}
The version i present isnt working since its incorrect.
Basicly after connecting the first kill should display the gametext.
Im stuck with this, can anyone help me out?
Thanks, regards.