Code:
set_user_rendering(index, kRenderFxGlowShell, 0, 0, 0, kRenderTransAlpha, 0)
0 invisible - 255 visible
set_user_godmode() is by deafult 0 making the case 2 & 3 having the same effect.
change the client_print() on case 2 & 3
("Vous avez le godmode maintenant" & "Vous n'avez plus le godmode" ? )
for case 6 & 7
Code:
set_user_noclip(id, 1)
client_print(id, "Vous pouvez maintenant marcher par des murs") // ??
Code:
set_user_noclip(id, 0)
client_print(id, "Vous pouvez plus ne marcher par des murs") // ??