13.10.2015, 15:21
This?
PHP код:
}
if(GetPVarInt(playerid, "Tut") == 0)
{
if(GetPVarInt(playerid, "Approve") == 0)
{
strmid(PlayerInfo[playerid][pOOC], "None", 0, strlen("None"), 255);
strmid(PlayerInfo[playerid][pMetagame], "None", 0, strlen("None"), 255);
strmid(PlayerInfo[playerid][pRevenge], "None", 0, strlen("None"), 255);
strmid(PlayerInfo[playerid][pRoleplay], "None", 0, strlen("None"), 255);
strmid(PlayerInfo[playerid][pPowergame], "None", 0, strlen("None"), 255);
strmid(PlayerInfo[playerid][pQuest1], "None", 0, strlen("None"), 255);
strmid(PlayerInfo[playerid][pQuest2], "None", 0, strlen("None"), 255);
strmid(PlayerInfo[playerid][pQuest3], "None", 0, strlen("None"), 255);
strmid(PlayerInfo[playerid][pQuest4], "None", 0, strlen("None"), 255);
strmid(PlayerInfo[playerid][pQuest5], "None", 0, strlen("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.7467, 57.3635, 1054.7097);
TogglePlayerControllableEx(playerid,false);
SetPVarInt(playerid, "Mute", 1);
SetPVarInt(playerid, "Tut", 0);
SetPlayerSkin(playerid,25);
SetPVarInt(playerid, "TutQuestAmount", 0);
ShowPlayerDialog(playerid,154, DIALOG_STYLE_INPUT, "Tutorial", "What is OOC and IC stand for?", "Next", "Cancel");
return CallRemoteFunction("TutorialAnswers","i",playerid);

