[FilterScript] FPS,PING,DEATH,KILLS,NAME,SCORE,DAY Textdraw
#2

Dini is very slow, there are systems to save data much faster now, to be your first filterscript is not bad, continues as well.

Look at a part of your code and this could give some error or crash, please try to fix it.

pawn Код:
public OnPlayerDeath(playerid, killerid, reason)
{
tt2(playerid);
tt2(killerid);
tt(playerid);
tt(killerid);
PlayerInfo[playerid][death]++;
PlayerInfo[killerid][kills]++;
return 1;
}
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)