Removing spawn menu
#1

Hello everyone, how can i remove the spawn menu when player just connected to the server?
Reply
#2

pawn Код:
public OnPlayerConnect(playerid)
{
  SpawnPlayer(playerid);
  return 1;
}
Reply
#3

Nah i mean this one /imageshack/i/samp013px.png/ it helps people to avoid registration
Reply
#4

You can't remove it.
Reply
#5

Look here, it deleted at the first step of registration /imageshack/i/samp011zs.png/ , but appears at the 2nd step, and i saw some reg systems which spawn menu turned off
Reply
#6

Then you ask the owners of these servers nicely for the code.
Reply
#7

That's because when I created that code, I made the dialog appear in OnPlayerConnect. Showing a dialog there kind of "stops" other things from happening to the player until the dialogs information is complete. (Atleast that's how I explain it)
Reply
#8

how to make more dialogs without this spawn menu then
Reply
#9

I don't know if it'll work, but you can try making another dialog appear right after the first one ends.

For example:
pawn Код:
// In OnDialogResponse
if(dialogid == smtn)
{
   // this is where the dialog ends
   ShowPlayerDialog(...);
}
Reply
#10

i did it allready - wont work, spawn menu appears after 1st dialog ffs
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)