12/04/2024 23:58
(12/04/2024 23:47)xbruno1000x Escreveu: Tenta dessa maneira:
Código:new Float:x = ClanInfo[5][cPosX], Float:y = ClanInfo[5][cPosY], Float:z = ClanInfo[5][cPosZ];
if (IsPlayerInRangeOfPoint(playerid, 3.0, x, y, z)) {
SetPlayerInterior(playerid, 3);
SetPlayerVirtualWorld(playerid, 10);
SetPlayerPos(playerid, 238.5636,140.2831,1003.0234);
SetPlayerFacingAngle(playerid, 359.0202);
SetCameraBehindPlayer(playerid);
}
Pensei na hipótese dessas variáveis não serem do tipo correto.
Era esse mesmo o problema. Verifiquei no "enum" do ClanInfo, e acabei esquecendo de setar o tipo das posições para Float lá, eu te amo Bruno, namoral kkkkkkkkkkkk. Muito obrigado Bruno e Samuel, vocês são 10!