26.08.2017, 04:29
(
Последний раз редактировалось Mobtiesgangsa; 15.01.2019 в 00:52.
)
Hello anyone here to help me about
having issue skin wont show on player class selection here is my code
everything is written good but here is a proof whats happening
Вложение 10844
Код:
OnPlayerRequestClass(playerid, classid)
Код:
SetupPlayerForClassSelection(playerid)
{
SetPlayerPos(playerid, 2167.4988, 1410.1968, 10.9203);
SetPlayerFacingAngle(playerid, 91.5866);
SetPlayerCameraPos(playerid, 2167.4988, 1410.1968, 10.9203);
SetPlayerCameraLookAt(playerid, 2167.4988, 1410.1968, 10.9203);
}
public OnPlayerRequestClass(playerid, classid)
{
SetupPlayerForClassSelection(playerid);
return 1;
}
Вложение 10844

