20.12.2017, 15:43
Seria isso?
Se der erro me avise, tbm sou novato.
Se der certo adicione mais IsPlayerInRangeOfPoint
PHP код:
CMD:entrarammu(playerid, params[])
{
if(IsPlayerInRangeOfPoint(playerid,Ratio, X, Y, Z)) //O Ratio significa uma бrea para suas coordenadas X,Y,Z, tipo vc pode colocar 2.0 no lugar do Ratio
SetPlayerInterior(playerid, ID);//Troque o ID pelo interior da ammu nation
SetPlayerPos(playerid, X,Y,Z);//Coordenadas para o player spawnar dentro do interior
{
if(IsPlayerInRangeOfPoint(playerid,Ratio, X, Y, Z))//segundo ammu nation que vc quer colocar.
SetPlayerInterior(playerid, ID);//igual acima.
SetPlayerPos(playerid, X,Y,Z);//tambem igual eu disse acima
}
}
Se der certo adicione mais IsPlayerInRangeOfPoint