SetPlayerInterior PT
From SA-MP Wiki
Description:
Define o interior do jogador. A lista de interiores atualmente conhecidos e suas posições podem ser encontrados aqui.
(playerid, interiorid)
playerid | ID do jogador a ser colocado no Interior. |
interiorid | ID do interior. |
Retorno | Esta função não retorna um valor especifico. |
// Coloca o jogador no interior padrão(na rua) SetPlayerInterior(playerid, 0);
Funções Relacionadas
As seguintes funções podem ser úteis, pois estão de alguma forma, relacionadas a esta função.
- GetPlayerInterior: Get the current interior of a player.
- LinkVehicleToInterior: Change the interior that a vehicle is seen in.