• 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Server] Login and registration without pressing spawn
#4
(2021-04-06, 04:19 AM)YowlsGazZ Wrote: Resumiendo el problema, lo que quiero es que cuando un usuario coloca su contrase?a, inicia sesi?n o se genera en el servidor instant?neamente, sin tener que presionar la casilla "Spawn", ?hay alg?n c?digo para deshabilitar esa casilla?

You can disable those buttons by using TogglePlayerSpectating(playerid, 1) at OnPlayerConnect to make player spectate and after the player log in you can show them again using TogglePlayerSpectating(playerid, 0) or if you are not using classes you should use it before you spawn the player
Away
  Reply


Messages In This Thread
RE: Login and registration without pressing spawn - by Banditul - 2021-04-06, 10:23 AM

Forum Jump: