2021-03-25, 08:35 PM
(This post was last modified: 2021-03-25, 09:11 PM by CrypticSin.)
Hi i'm trying to figure out how i can add music to a skin selection menu, i would appreciate it if someone can help thanks.
Code:
public OnPlayerRequestClass(playerid, classid)
{
SetPlayerPos(playerid, 2014.6443,1077.2521,48.8207);
SetPlayerFacingAngle(playerid, 357.1971);
SetPlayerCameraPos(playerid,? 2014.9019, 1083.7701, 49.8680);
SetPlayerCameraLookAt(playerid, 2014.8658, 1082.7725, 49.7031);?
return 1;
}