What are the possible ways to remove 'Spawn Menu' or 'Class Selection'?
#8

Quote:
Originally Posted by мυ∂υℓ_вacнα
Посмотреть сообщение
of course you change it .

1 ): choose any place you want to
2 ): Type there /save
3 ) open MY DOCUMENT/GTASANANDLREASUSEFILE/POSITION * copy that" and remove the last 0000
4) then goto your script and find
pawn Код:
public OnPlayerConect
and change the cordinates number :
Nah Mate, you're talking about changing the position of the character selection menu, I want to remove that whole Character spawn menu '<< >> Spawn' Textdraw down the bottom on the image.
EXAMPLE: After you login/register from my dialogs I have created then then spawns the player instead of showing this character select crap.

Quote:
Originally Posted by Mauzen
Посмотреть сообщение
I heard TogglePlayerSpectating in OnPlayerRequestClass should skip this, though its not working for me for some reason.
Yea me neither, this is what i have and it doesn't seem to work.
pawn Код:
TogglePlayerSpectating(playerid, true);
            ShowPlayerDialog(playerid, 6, DIALOG_STYLE_MSGBOX, "{ff0000}Registration process", "{ffffff}This account is not registered!", "Proceed", "Disconnect");
            TogglePlayerSpectating(playerid, false);
Quote:
Originally Posted by [xB]Lordz
Посмотреть сообщение
You mean the background of skin selection?
Then you must modify under OnPlayerRequestClass.
Nah mate, 'мυ∂υℓ_вacнα' confused the whole deal. I just want the buttons at the bottom of the images I linked removed.

Quote:
Originally Posted by Universal
Посмотреть сообщение
pawn Код:
public OnPlayerConnected(playerid) {
TogglePlayerSpectating(playerid, true);
return 1;
}
But remember to set it to false before spawning the player.
Yea this didn't seem to work for me... :/

pawn Код:
TogglePlayerSpectating(playerid, true);
            ShowPlayerDialog(playerid, 6, DIALOG_STYLE_MSGBOX, "{ff0000}Registration process", "{ffffff}This account is not registered!", "Proceed", "Disconnect");
            TogglePlayerSpectating(playerid, false);
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)