19.04.2014, 10:09
Hi. Vince, Sorry for off topic, I also tried to pm you or wall you but it wasn't allowed. So, I saw your post regarding the efficient way of optimizing the script lines but the thread I made has been delete for unknown reason. Anyways, just a question the code you've posted is also like the same way of using Indentation Styles? Like..
Allman style
K&R style
Allman style
Код:
COMMAND:heal(playerid, params[]) { if(IsPlayerAdmin(playerid)) { SetPlayerHealth(playerid, 100); } else { Kick(playerid); } }
Код:
COMMAND:heal(playerid, params[]) { if(IsPlayerAdmin(playerid)) { SetPlayerHealth(playerid, 100); } else { Kick(playerid); } }