24.07.2012, 13:10
I'm making a TDM. I noticed that when player dies, $100 are taken out automatically from player's money even though i dont have this kind of money decrement code in my script. I wanna know is it default or not? If it is, how can i prevent it? I know i can do GivePlayerMoney(playerid,100) under OnPlayerSpawn, but i dont want to do this. I just want to prevent it from happening.