Jump to content

madKelly

Members
  • Posts

    3
  • Joined

  • Last visited

Posts posted by madKelly

  1. function OnPlayerJoin(player)
    {
      console.log("\nFunction OnPlayer działa!");
      player.position = new mp.Vector3(-403, 5962, 31);
      player.call("gamemode:createLoginPanel");
    }
    mp.events.add("playerJoin", OnPlayerJoin);
    player.call("gamemode:createLoginPanel"); don't work. Question - why?
    
  2. 1 hour ago, MrPancakers said:

    In case anyone wishes to help, I tried out the code myself and it does work, there's just something on madKelly's side that isn't letting the page show up when he joins his server.

    Yep. I delete all files and redownload everything but still nothing...

×
×
  • Create New...