06.08.2018, 08:38
Nгo estaria faltando a funзгo da key ?
PHP код:
if(IsPlayerInRangeOfPoint(playerid, 2.0, 1154.2056,-1772.6265,16.5992))
{
SetPlayerInterior(playerid, 0);
SetPlayerPos(playerid, 2304.7344,-15.6574,26.7422);
SetPlayerVirtualWorld(playerid, 0);
}
else if(IsPlayerInRangeOfPoint(playerid, 2.0, 2304.7344,-15.6574,26.7422))
{
SetPlayerVirtualWorld(playerid, 0);
SetPlayerPos(playerid, 1154.2056,-1772.6265,16.5992);
SetPlayerInterior(playerid, 0);
}
else if(IsPlayerInRangeOfPoint(playerid, 2.0, 2309.1934,-8.2484,26.7422))
{
if(pInfo[playerid][RegistradoB] == 0)
{
SendClientMessage(playerid, 0xFF0000AA, "[ x ]Aperte F para registrar sua conta!");
ShowPlayerDialog(playerid, DIALOG_BANCO_REGISTRO, DIALOG_STYLE_INPUT, "{FA0000}Conta Nгo Registrada", "Coloque uma senha para se registrar!", "Confirmar", "Cancelar");
}
else if(pInfo[playerid][RegistradoB] == 1)
{
SendClientMessage(playerid, 0xFF0000AA, "[ x ]Aperte F para logar com sua conta!");
ShowPlayerDialog(playerid, DIALOG_BANCO_LOGIN, DIALOG_STYLE_PASSWORD, "{0390F6}Conta Registrada", "Coloque sua senha para logar sua conta!", "Confirmar", "Cancelar");
}
}