Choose City/Location On Choosing ClassrSkin
#1

All On Title !

I want Choosing Location/City in public SetupPlayerForClassSelection(playerid) and Spawn


Tank you
Reply
#2

Код:
  SetPlayerCameraPos(playerid, 1081.8308,-2009.3425,50.3893);
	SetPlayerCameraLookAt(playerid, 1078.7289,-2007.6274,50.3575);
	SetPlayerPos(playerid, 1078.7289,-2007.6274,50.3575);
	SetPlayerFacingAngle(playerid, 200);
Change coords
Reply
#3

Download 'grand larceny' for 0.3, review the code there. Should also have the correct co-ordinates. They add useful and effective gamemodes to the default server packs for a reason.
Reply
#4

This is for 0.3 My mod is 0.2.x
Reply
#5

Reply
#6

pawn Код:
public OnPlayerRequestClass

switch(classid)
{
  case 34: //a skin id
  {
    SetPlayerPos(sf);
    SetCameraPos(sf);
    SetCameraLookAt(the player pos);
  }
 
  case 0:
  {
    SetPlayerPos(sf);
    SetCameraPos(sf);
    SetCameraLookAt(the player pos);
  }

  case 45:
  {
    SetPlayerPos(sf);
    SetCameraPos(sf);
    SetCameraLookAt(the player pos);
  }
}
Reply
#7

offtopic: is there anyway to create the skin choosin menu just like 0.3? it really awesome
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)