Dialog help
#3

This?

PHP код:
}
        if(
GetPVarInt(playerid"Tut") == 0)
        {
            if(
GetPVarInt(playerid"Approve") == 0)
            {
                
strmid(PlayerInfo[playerid][pOOC], "None"0strlen("None"), 255);
                
strmid(PlayerInfo[playerid][pMetagame], "None"0strlen("None"), 255);
                
strmid(PlayerInfo[playerid][pRevenge], "None"0strlen("None"), 255);
                
strmid(PlayerInfo[playerid][pRoleplay], "None"0strlen("None"), 255);
                
strmid(PlayerInfo[playerid][pPowergame], "None"0strlen("None"), 255);
                
strmid(PlayerInfo[playerid][pQuest1], "None"0strlen("None"), 255);
                
strmid(PlayerInfo[playerid][pQuest2], "None"0strlen("None"), 255);
                
strmid(PlayerInfo[playerid][pQuest3], "None"0strlen("None"), 255);
                
strmid(PlayerInfo[playerid][pQuest4], "None"0strlen("None"), 255);
                
strmid(PlayerInfo[playerid][pQuest5], "None"0strlen("None"), 255);
                
OnConnectInit(playerid);
                
//SetPlayerWorldBounds(playerid, -1857.7467, 57.3635, 1054.7097, 1728.326);
                
SetPlayerColor(playerid,0x80008096);
                
SetPlayerVirtualWorld(playerid,1);
                
SetPlayerInterior(playerid,14);
                
SetPlayerPos(playerid,-1857.746757.36351054.7097);
                
TogglePlayerControllableEx(playerid,false);
                
SetPVarInt(playerid"Mute"1);
                
SetPVarInt(playerid"Tut"0);
                
SetPlayerSkin(playerid,25);
                
SetPVarInt(playerid"TutQuestAmount"0);
                
ShowPlayerDialog(playerid,154DIALOG_STYLE_INPUT"Tutorial""What is OOC and IC stand for?""Next""Cancel");
                return 
CallRemoteFunction("TutorialAnswers","i",playerid); 
Reply


Messages In This Thread
Dialog help - by N0FeaR - 13.10.2015, 14:23
Re: Dialog help - by Unte99 - 13.10.2015, 15:11
Re: Dialog help - by N0FeaR - 13.10.2015, 15:21
Re: Dialog help - by Unte99 - 13.10.2015, 15:39
Re: Dialog help - by N0FeaR - 13.10.2015, 15:40
Re: Dialog help - by Unte99 - 13.10.2015, 15:52
Re: Dialog help - by N0FeaR - 13.10.2015, 16:05

Forum Jump:


Users browsing this thread: 1 Guest(s)