Pickup Help - 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 Help (
/showthread.php?tid=495678)
Pickup Help -
alishvasis - 18.02.2014
Hi .In Pickup Player Goto Pickup Is Set This Teleport To Cityhall:
Код:
if(pickupid == GetinCityhall)
{
SetPlayerInterior(playerid,3);
SetPlayerPos(playerid,381.7616,173.7224,1008.3828);
SetPlayerFacingAngle(playerid,89.1092);
SetCameraBehindPlayer(playerid);
But If Player Go to Pickup Icon Teleport Player Not Work And Player Go On Sky ! Pls Help Me + Rep
____________
Sry For My Bad english
Re: Pickup Help -
xo - 19.02.2014
Are you sure of the pickup id? and the cords( X,Y,Z)?