[HELP] - Pickup Teleports.
#8

lol , okay pawn completed fine without errors or warns but can't see the pickup in game ..

Here is my code

Quote:

new yourpick;


public OnFilterScriptInit()
{
{
yourpick = CreatePickup(1318, 1740.2709,-2546.0417,13.5469);
return 1;
}



public OnPlayerPickUpPickup(playerid, pickupid)
{
if(pickupid == yourpick)
SetPlayerPos(playerid, 314.820983,-141.431991,999.601562);
if(pickupid == yourpick)
SetPlayerInterior(playerid, 7);
return 1;
}

Reply


Messages In This Thread
[HELP] - Pickup Teleports. - by Riven - 03.04.2013, 17:38
Re: [HELP] - Pickup Teleports. - by Configuration - 03.04.2013, 17:42
Re: [HELP] - Pickup Teleports. - by Riven - 03.04.2013, 17:45
Re: [HELP] - Pickup Teleports. - by Configuration - 03.04.2013, 17:47
Re: [HELP] - Pickup Teleports. - by Riven - 03.04.2013, 18:08
Re: [HELP] - Pickup Teleports. - by glbracer - 03.04.2013, 18:11
Re: [HELP] - Pickup Teleports. - by Configuration - 03.04.2013, 18:15
Re: [HELP] - Pickup Teleports. - by Riven - 03.04.2013, 18:26
Re: [HELP] - Pickup Teleports. - by glbracer - 03.04.2013, 18:40
Re: [HELP] - Pickup Teleports. - by Configuration - 03.04.2013, 18:40

Forum Jump:


Users browsing this thread: 1 Guest(s)