12.12.2017, 16:07
Quote:
Alright so i was clearing some old useless cmd and i found that this was being used on this:
Код:
CMD:toggletphack(playerid, params[]) { if(enable == true) { enable = false; SCM(playerid, -1, "Disabled"); } else { SCM(playerid, -1, "Enabled"); enable = true; } return 1; } Should i remove all this part of the script or keep this lines, since i am not aware of what's the purpose of it! |