31.08.2012, 04:58
Quote:
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 Код:
|
EXAMPLE: After you login/register from my dialogs I have created then then spawns the player instead of showing this character select crap.
Quote:
I heard TogglePlayerSpectating in OnPlayerRequestClass should skip this, though its not working for me for some reason.
|
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:
You mean the background of skin selection?
Then you must modify under OnPlayerRequestClass. |
Quote:
pawn Код:
|
pawn Код:
TogglePlayerSpectating(playerid, true);
ShowPlayerDialog(playerid, 6, DIALOG_STYLE_MSGBOX, "{ff0000}Registration process", "{ffffff}This account is not registered!", "Proceed", "Disconnect");
TogglePlayerSpectating(playerid, false);