Carros Bugando apos sair interior
#1

Nascendo na hq quando saio dela os carros aparecem empilhados e todos fora do lugar so dando rc para eles voltarem alguem sabe como arumo ai meu cmd pra sair!!


if (strcmp(cmd, "/sair3", true) == 0)
{
{
if(PlayerToPoint(2.0, playerid, 2496.0659,-1692.1667,1014.7422))
{
SetPlayerPos(playerid, 2495.6331,-1687.5452,13.516;
GameTextForPlayer(playerid, "~p~Bem vindo a Hq Grove",5000,1);
SetPlayerInterior(playerid,0);
SetPlayerFacingAngle(playerid, 1);
PlayerInfo[playerid][pInt] = 0;
}
}
return 1;
}
Reply
#2

pawn Код:
if (strcmp(cmd, "/sair3", true) == 0)
{
if(PlayerToPoint(2.0, playerid, 2496.0659,-1692.1667,1014.7422))
{
SetPlayerPos(playerid, 2495.6331,-1687.5452,13.516);
GameTextForPlayer(playerid, "~p~Bem Vindo a HQ da Groove Street",5000,1);
SetPlayerInterior(playerid, 0);
SetPlayerFacingAngle(playerid, 1);
PlayerInfo[playerid][pInt] = 0;
}
return 1;
}
Tente isto!
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)