OnPlayerRequestClass? Place with my choice
#1




SetPlayerInterior
SetPlayerPos
SetPlayerFacingAngle
SetPlayerCameraPos
SetPlayerCameraLookAt

Hi all i want to more information for this commands i want when i select player backround to be with my choice.Well i wanna choose the place when i select the player.Sorry for my bad english.
Reply
#2

Quote:
Originally Posted by veskosid



SetPlayerInterior
SetPlayerPos
SetPlayerFacingAngle
SetPlayerCameraPos
SetPlayerCameraLookAt

Hi all i want to more information for this commands i want when i select player backround to be with my choice.Well i wanna choose the place when i select the player.Sorry for my bad english.
well this is messed up, but you will get the point of this example i hope
pawn Код:
public OnPlayerRequestClass(blah...
}
if(skinid == id)
{
// set player pos .. blah blah
}
{
if(skinid == id)
{
//blah blah... so son
}
{
i hope you get what i mean ?
Reply
#3

Yeah but can you give me some cool place for background when i select player i will be very impressed
Reply
#4

?
Reply
#5

stop double posting

pawn Код:
public SetupPlayerForClassSelection(playerid)

{
  SetPlayerCameraPos(playerid, 2446.008056, -1974.017700, 13.546875);
  SetPlayerCameraLookAt(playerid, 2442.248535, -1971.448486, 13.546875);
  SetPlayerPos(playerid, 2442.248535, -1971.448486, 13.546875);
  SetPlayerInterior(playerid, 0);
  SetPlayerFacingAngle(playerid, 226.874053);
}
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)