SA-MP Forums Archive
[Pedido] Tutorial criar interior - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: Non-English (https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Português/Portuguese (https://sampforum.blast.hk/forumdisplay.php?fid=34)
+---- Thread: [Pedido] Tutorial criar interior (/showthread.php?tid=597760)



Tutorial criar interior - 3War - 04.01.2016

Gostaria de saber se existe algum tutorial de como criar interiores,ou se possivel uma explicaзгo rapida sobre o assunto!


Re: Tutorial criar interior - Holl - 04.01.2016

Код:
if (strcmp(cmdtext, "/1", true) == 0)
{
    SetPlayerVirtualWorld(playerid, 1); // Seta o mundo do jogador
    SetPlayerInterior(playerid, 3); // Seta o interior do jogador
    SetPlayerPos(playerid,384.808,173.804,1008.38); //seta o jogador na Prefeitura
    return 1;
}

if (strcmp(cmdtext, "/2", true) == 0)
{
    SetPlayerVirtualWorld(playerid, 2); // Seta o mundo do jogador
    SetPlayerInterior(playerid, 3); // Seta o interior do jogador
    SetPlayerPos(playerid,384.808,173.804,1008.38); //seta o jogador na Prefeitura
    return 1;
}
Й bem simples basta setar o VirtualWorld.


Re: Tutorial criar interior - Coringa_Vilao - 04.01.2016

Quote:
Originally Posted by Douglas_prt
Посмотреть сообщение
Nao й possivel criar interiores como os que jб existem...

Voce pode ir para o oceano e usar paredes para fazer um interior... (Usando MTA ou SA:MP MAP EDITOR)
https://sampwiki.blast.hk/wiki/InteriorIDs
http://weedarr.wikidot.com/interior


Re: Tutorial criar interior - 3War - 04.01.2016

Peзo desculpas,eu nгo devo ter expressado bem.Quis dizer a criar interiores relacionado a Mappers!
Editando,como MTA,Mapa Editor.Algo do tipo...


Re: Tutorial criar interior - Coringa_Vilao - 05.01.2016

https://sampforum.blast.hk/showthread.php?tid=474787

https://www.youtube.com/watch?v=Jx5fzjH-HCo


Re: Tutorial criar interior - Huunter67 - 05.01.2016

Vocк pode catar as coordenadas de um interior , coloca-las em "camera view" (caso esteja usando o map editor) e logo apуs apertar em "Point camera at theses coords" , ai vocк cata a base do interior e decora ele novamente do jeito que quiser.
Ou vocк pode criar um interior do 0 (paredes e chгos:http://gamerxserver.com/images/Objec...-Objects-1.jpg) , vocк pode usar esses objetos para fazer um interior ou atй mesmo usar construзхes para fazer as paredes e chгo (exemplo:http://i.imgur.com/B9hQqBH.png) , eu sugiro que vocк use os objetos a cima e troque a textura deles com o texture studio (https://sampforum.blast.hk/showthread.php?tid=582490).