08.04.2010, 04:27
Yeh i am having trouble with the player selection screen it seems i cant see the skins help me please
Regards Luis
Regards Luis
|
Originally Posted by [N
BL!nk ]
Most likely you got the camera position and angle off. Would you like the code for a camera position, angle, skin and animation from my server? |
public OnPlayerRequestClass(playerid, classid)
{
TogglePlayerControllable(playerid, true);
GameTextForPlayer(playerid, " ~<~ ~>~", 3, 2000);
SetPlayerPos(playerid, 2072.6375,1448.9493,10.6719);
SetPlayerFacingAngle(playerid, 71.2500);
SetPlayerCameraPos(playerid, 2067.1794,1448.4274,10.8203);
SetPlayerCameraLookAt(playerid, 2087.1794,1448.4274,10.8203);
ApplyAnimation(playerid,"PAULNMAC","wank_loop", 1.800001, 1, 0, 0, 1, 600);
return 1;
}
its outfront of a casino in Las Ventures, your character will be near the doorway, beating his meat.
|
Originally Posted by [N
BL!nk ]
Код:
public OnPlayerRequestClass(playerid, classid)
{
TogglePlayerControllable(playerid, true);
GameTextForPlayer(playerid, " ~<~ ~>~", 3, 2000);
SetPlayerPos(playerid, 2072.6375,1448.9493,10.6719);
SetPlayerFacingAngle(playerid, 71.2500);
SetPlayerCameraPos(playerid, 2067.1794,1448.4274,10.8203);
SetPlayerCameraLookAt(playerid, 2087.1794,1448.4274,10.8203);
ApplyAnimation(playerid,"PAULNMAC","wank_loop", 1.800001, 1, 0, 0, 1, 600);
return 1;
}
its outfront of a casino in Las Ventures, your character will be near the doorway, beating his meat. |