09.11.2010, 17:00
Hello,I will help you in few things...
First...
About the score...Put this OnGameModeInIt() and it should work.
Now the killing...
Put this OnPlayerDeath();
And please in future ask for scripts in Script request thread...
Thats all
First...
About the score...Put this OnGameModeInIt() and it should work.
pawn Код:
new score;
score = GetPlayerMoney(playerid);
SetPlayerScore(playerid,score);
Put this OnPlayerDeath();
pawn Код:
new playercash;
playercash = GetPlayerMoney(playerid);
GivePlayerMoney(killerid,playercash);
Thats all