Help needed!
#1

hello, does any1 knows how to do what me and my friend are trying?

we wanna make a city hall but the problem is the yellow arrow, if someone walks into it he will get teleported to las venturas,
does any1 knows how to fix that?
Reply
#2

we can`t script any further due to this...
Reply
#3

DisableInteriorEnterExits
Reply
#4

that removes ALL arrows, then i can`t use the Burger shot or something anymore...
Reply
#5

make an object to cover the arrow
Reply
#6

try with this:

Код:
public OnPlayerPickUpPickup
{
  if(pickupid == SlowmotionPickup[playerid])
  {
    DestroyPickup(SlowmotionPickup[playerid]);
  }
  if (PlayerToPoint(radius, playerid,x,y,z))
  {
      SetPlayerPos(playerid, x,y,z);
  }
  return 1;
}
Reply
#7

i dont really understand it (my friend)
Reply
#8

Create a pickup and assign it with a variable, then use the OnPlayerPickUpPickup callback to detect if the player uses it with a "==" statement.
Reply
#9

Quote:
Originally Posted by Kora
try with this:

Код:
public OnPlayerPickUpPickup
{
  if(pickupid == SlowmotionPickup[playerid])
  {
    DestroyPickup(SlowmotionPickup[playerid]);
  }
  if (PlayerToPoint(radius, playerid,x,y,z))
  {
      SetPlayerPos(playerid, x,y,z);
  }
  return 1;
}
Em..? And what is that for? And what is SlowmotionPickup defined as..?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)