- 0
textdraw reports/cheaters problema
-
Similar Content
-
Recently Browsing 0 members
- No registered users viewing this page.
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.
Question
caltabos
am bagat un siste sa apara REPORTS / CHEATERS cand da cineva report si a mers! Dar daca da cinevea report cu un cheater il pune la REPORTS nu la CHEATERS!
} if(PlayerInfo[i][pAdmin] >= 1) { new reports=0,cheaters=0,strr[128]; foreach(Player,id) { if(GetPVarInt(id, "Reported") == 1) { reports++; } if(GetPVarInt(id, "Reported") == 2) { cheaters++; } } if(reports > 0) { PlayerTextDrawShow(i, ReportsTD); format(strr,sizeof(strr),"REPORTS: ~r~%d~w~ / CHEATERS: ~r~%d",reports,cheaters); PlayerTextDrawSetString(i, ReportsTD, strr); } else if(reports == 0) { PlayerTextDrawHide(i, ReportsTD); } } else { PlayerTextDrawHide(i, ReportsTD); }6 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now