Icon Not Showing
#1

Hey hey!... [SAP]Sidhu here. I'm currently making a new FS and am using an interior. When I put the coords in for where I want the icon, 1 of 2 don't show... How can I fix this?
Reply
#2

Quote:
Originally Posted by [SAP
Sidhu ]
Hey hey!... [SAP]Sidhu here. I'm currently making a new FS and am using an interior. When I put the coords in for where I want the icon, 1 of 2 don't show... How can I fix this?
Destroy the pickup and recreate the pickup when a person enters the interior.
(Only possible solution i can think of)
Reply
#3

http://forum.sa-mp.com/index.php?topic=68727.msg447085

Pickups do work in interiors.

But nobody can do anything without seeing code.
Reply
#4

Heres the Code...

http://pastebin.com/m4f5142ac
Reply
#5

Dude... In This Line!:
Код:
    if( pickupid == clubint) {
     SetPlayerPos(playerid,6628.1372,-2254.7288,4.6587);
     }
Do This
Код:
	if( pickupid == clubint) {
     SetPlayerInterior(playerid,InteriorID);
	 SetPlayerPos(playerid,6628.1372,-2254.7288,4.6587);
	 }
And It Must Work! XD
Reply
#6

Quote:
Originally Posted by [LorD
bAr[Sp] ]
Dude... In This Line!:
Код:
    if( pickupid == clubint) {
     SetPlayerPos(playerid,6628.1372,-2254.7288,4.6587);
     }
Do This
Код:
	if( pickupid == clubint) {
    SetPlayerInterior(playerid,InteriorID);
	 SetPlayerPos(playerid,6628.1372,-2254.7288,4.6587);
	 }
And It Must Work! XD
Why would I add that
I can already get INTO the interior. But the icon to get out doesnt show.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)