20.02.2010, 00:22
Can anyone tell me how to remove the score system in LSTWSE, So that...1 kill = 1 score point.
public OnPlayerDeath(playerid, killerid, reason) { SetPlayerScore(killerid,GetPlayerScore(killerid)+1); SetPlayerScore(playerid,GetPlayerScore(playerid)-1); return 1; }