tele help
#1

Can someone give me the coords of lvpd jail And tell me the interior i got to use..... Something like this:

SetPlayerInterior(playerid, 1);
SetPlayerPos(playerid, x, ,y, z);
Reply
#2

try with command and than type /save save command is in 0.3 filterscripts if i am right

Код:
if (strcmp("/move", cmdtext, true, 10) == 0)
	{
  new Float:x, Float:y, Float:z;
  // Get Player Position
  GetPlayerPos(playerid, x, y, z);

  SetPlayerPos(playerid,x+random(5), y+random(5), z+random(5));
  }
  return 0;
}
and go to jail cells and try so much time to enter the jail cell ,works for me great but i dont need the coords for jail cells i am using this for other things ^^
Reply
#3

pawn Код:
SetPlayerPos(playerid, 197.6314,175.2758,1003.0234);
SetPlayerInterior(playerid, 1);
SetPlayerFacingAngle(playerid, 0);

Thats it...

Cheers
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)