[Ajuda] Carro nao aparece no 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: [Ajuda] Carro nao aparece no Interior (
/showthread.php?tid=589881)
Carro nao aparece no Interior -
wanderson159753 - 23.09.2015
Pessoal Exemplo eu uso /setcar(para setar o carro) no interior e o carro nao aparece ja eu usando /cv(criar veiculo) aparece ai esta me ajudem.
Код:
if(strcmp("/corrida", cmd, true) == 0)
{
SetPlayerInterior(playerid, 7);
SetPlayerPos(playerid, -1398.065307,-217.028900,1051.115844);
TogglePlayerControllable(playerid, false);
SetTimerEx("corrida", 3000, 0, "d", playerid);
format(string, sizeof(string), "O(A) jogador(a) %s foi para a corrida (») Quer ir? Use: /corrida", GetPlayerNameEx(playerid));
SendClientMessageToAll(0x33AA33A, string);
return 1;
}
Agradesceria muito..
Re: Carro nao aparece no Interior -
CZ - 23.09.2015
https://sampforum.blast.hk/showthread.php?tid=281592
Re: Carro nao aparece no Interior -
neymar1477 - 23.09.2015
Pode ser o cmd /setcar, que estб faltando algo.
Re: Carro nao aparece no Interior -
wanderson159753 - 23.09.2015
Mesmo assim n deu mais obrigado