01.12.2010, 20:17
Hello there. I have made a script for a death match server that i am currently making to improve my scripting skills but this code doesent work corectly how i want it to.
SetPlayerScore(killerid, GetPlayerScore(killerid) + 1);
After the player the killer has killed respawns the score returns to 0. Is it returning an incorect value?
yes of course i do know to put return 1; under it.
}
SetPlayerScore(killerid, GetPlayerScore(killerid) + 1);
After the player the killer has killed respawns the score returns to 0. Is it returning an incorect value?
yes of course i do know to put return 1; under it.
}