need help
#1

Can anyone tell me how to remove the score system in LSTWSE, So that...1 kill = 1 score point.
Reply
#2

anyone?
Reply
#3

i was very mean but this is whats your looking for.

Код:
public OnPlayerDeath(playerid, killerid, reason)
{  

	SetPlayerScore(killerid,GetPlayerScore(killerid)+1);
	SetPlayerScore(playerid,GetPlayerScore(playerid)-1);
	
	return 1;
}
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)