SA-MP Forums Archive
Help again - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Help again (/showthread.php?tid=140226)



Help again - Luis- - 08.04.2010

Yeh i am having trouble with the player selection screen it seems i cant see the skins help me please

Regards Luis


Re: Help again - cessil - 08.04.2010

camera is probably in a different location to the player


Re: Help again - -Rebel Son- - 08.04.2010

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?


Re: Help again - Luis- - 08.04.2010

Quote:
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?
Yeh okay i will see if it help thanks


Re: Help again - -Rebel Son- - 08.04.2010

Код:
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;
}
Use this its outfront of a casino in Las Ventures, your character will be near the doorway, beating his meat.


Re: Help again - Luis- - 08.04.2010

Quote:
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;
}
Use this its outfront of a casino in Las Ventures, your character will be near the doorway, beating his meat.
Thank you so much it has been pissing me off so bad but thanks to you i have fixed thanks so much


Re: Help again - -Rebel Son- - 08.04.2010

Not a problem buddy!