SA-MP Forums Archive
[Ajuda] GM RPG Pawno - 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] GM RPG Pawno (/showthread.php?tid=620832)



GM RPG Pawno - ContunuGV - 03.11.2016

Alguem sabe como que faz pra setar o spawn do player para ele nгo poder secolher skin? junto com o sistema de sexo masculino e feminino.
Agradeзo a todos!


Re: GM RPG Pawno - BluBoy - 03.11.2016

Код:
public OnPlayerSpawn(playerid) {
     SetPlayerPos(playerid,x,y,z);
     return 1;
}



Re: GM RPG Pawno - F1N4L - 03.11.2016

Код:
public OnPlayerConnect(playerid)
{
    TogglePlayerSpectating(playerid, 1);
    TogglePlayerSpectating(playerid, 0);
    return 1;
}



Re: GM RPG Pawno - ContunuGV - 03.11.2016

Obrigado ae!