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 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);