Quote:
Originally Posted by FalconX
Use zcmd:-
Giving you an example of how to do.
pawn Код:
CMD:record(players, params[]) { if(gTeam == TEAMCOP) // use your own vars { // your record functions etc } else { SendClientMessage(playerid, -1, "error: you are not a cop."); // error message } return 1; }
-FalconX
|
yes thank you! any way to save records into dudb file and when cops type /viewreports or something like that , they can view the reports.dudb file in my scriptfiles?