02.12.2016, 21:04
Alguem sabe como faz salvar em dini os pontos do players ?
ir para pasta scripfiles
Код:
#include <YSI\y_hooks>
public OnDeath(playerid, killerid, reason)
{
d:3:GLOBAL_DEBUG("[OnPlayerDeath] in /gamemodes/sss/extensions/score.pwn");
SetPlayerScore(killerid, GetPlayerScore(killerid)+1);
return 1;
}


