23.07.2010, 16:43
Hey,
as the topic title says, I created an icon pickup to an ammunation interior, but when I enter the icon pickup I spawn in the air somewhere. Somebody help me please.
This is the code of the teleport.
as the topic title says, I created an icon pickup to an ammunation interior, but when I enter the icon pickup I spawn in the air somewhere. Somebody help me please.
Code:
public OnPlayerPickUpPickup(playerid, pickupid)
{
if(pickupid == BMercEntrance)
{
SetPlayerPos(playerid, -1819.4108,-149.4685,9.3984);

