SA-MP Forums Archive
Pickup doesnt work........... - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Pickup doesnt work........... (/showthread.php?tid=456853)



Pickup doesnt work........... - Sewayne - 07.08.2013

public OnGameModeInit()
{
CreatePickup(1318, 1, -4895.7061,-919.1420,2.9435, -1);
return 1;
}

I created an island in the middle of the sea, near to mount chilliad.
The island had a house on it.
And i use /save to save the coordinates for the pickup at the door. Its a arrow pointing down.

But the fucking pickup doesnt show, why is this so

Since the other day I suspected something stupid about pawno and these kind of shit.

-Not even the camera position "OnPlayerRequestClass" works, its like the camera has a mind of it's own and turning where ever it wants. I set it to face the player and it turns other direction.

-Also when I save player position for spawn using /save, the player turns the other direction, when i spawn there... wtf

Ive been scripting for 2 months now, and these problems cant be fixed.



Even sometimes when I restart my gamemode, the changes I made doesn't take effect.


Re: Pickup doesnt work........... - Sewayne - 07.08.2013

So no replies huh? My post reached the 5th page without a single reply.
Sigh....


Re: Pickup doesnt work........... - BodyBoardVEVO - 07.08.2013

pawn Код:
public OnGameModeInit( )
{
    AddStaticPickup(1318, 1, -4895.7061,-919.1420,2.9435, -1);

return 1;
}
Or Check This -> CreatePickup


Re: Pickup doesnt work........... - nickdodd25 - 07.08.2013

Unfortunately pickups do not work once you get out a ways from land. Something with gta i belive. Also found a few topics that mention it....

https://sampforum.blast.hk/showthread.php?tid=379268
https://sampforum.blast.hk/showthread.php?tid=268448