[Ajuda] Desabilitar Escolha de Classe - 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] Desabilitar Escolha de Classe (
/showthread.php?tid=457536)
Desabilitar Escolha de Classe -
Juniiro3 - 11.08.2013
Bem, estou trabalhando em um projeto de RP, e para isso pretendo desabilitar a escolha de classe. Aquela que tem Skin e aparece:
(<<) (>>) (Spawn)
Se alguйm souber como fazer fico agradecido :P
Respuesta: Desabilitar Escolha de Classe -
ViniKuliveguisky - 11.08.2013
SpawnPlayer(playerid);
?
Re: Desabilitar Escolha de Classe -
BrasileiroGamer - 11.08.2013
Sou iniciante, mas acho que isso deve ajudar:
pawn Код:
public OnPlayerRequestClass(playerid, classid)
{
SpawnPlayer(playerid); //Isso faz com que o player dк spawn direto!
return 1;
}
Re: Desabilitar Escolha de Classe -
Juniiro3 - 11.08.2013
Tentei por SpawnPlayer jб, nгo funcionou, tentei varias coisas jб, e nenhuma funcionou.
Re: Desabilitar Escolha de Classe -
mau.tito - 11.08.2013
Na callback OnPlayerRequestClass bote return 0 , e usa a funзгo SpawnPlayer para da spawn .