Pickup problem - 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)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Pickup problem (
/showthread.php?tid=130654)
Pickup problem -
DarkPower - 27.02.2010
Hi i have problem with this code
Код:
if(pickupid == Exit) SetPlayerInterior(playerid, 0); SetPlayerVirtualWorld(playerid, 0); SetPlayerPos(playerid,2086.8433,1594.0762,10.8203);
And when i enter that pickup i dont see anything :/ i set interior and vw on 0 but still dont see anything can anyone help me?
Re: Pickup problem -
Fedee! - 27.02.2010
Try like this:
pawn Код:
if(pickupid == Exit)
{
SetPlayerInterior(playerid, 0);
SetPlayerVirtualWorld(playerid, 0);
SetPlayerPos(playerid,2086.8433,1594.0762,10.8203);
}
Re: Pickup problem -
DarkPower - 27.02.2010
still dont work, but i just wanna to say i use interior and code is "streamed" can be that problem?