SA-MP Forums Archive
Yellow door Enter/Exit - 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: Yellow door Enter/Exit (/showthread.php?tid=153909)



Yellow door Enter/Exit - Ihsan_Cingisiz - 11.06.2010

How can i display a Yellow door Enter/Exit somewhere?


Re: Yellow door Enter/Exit - Hiddos - 11.06.2010

You simply can't.

Adding pickups works though.


Re: Yellow door Enter/Exit - ViruZZzZ_ChiLLL - 11.06.2010

lol yes you can :P
pawn Код:
public OnGameModeInit()
{
 DisableInteriorEnterExits();
 return 1;
}



Re: Yellow door Enter/Exit - Hiddos - 11.06.2010

Quote:
Originally Posted by ViruZZzZ_ChiLLL
lol yes you can :P
pawn Код:
public OnGameModeInit()
{
 DisableInteriorEnterExits();
 return 1;
}
Quote:
Originally Posted by Ihsan_Cingisiz
How can i display a Yellow door Enter/Exit somewhere?
'display a yellow door enter/exit' != 'DisableInteriorEnterExits'

Nice try though ^^


Re: Yellow door Enter/Exit - ViruZZzZ_ChiLLL - 11.06.2010

Quote:
Originally Posted by Hiddos
Quote:
Originally Posted by ViruZZzZ_ChiLLL
lol yes you can :P
pawn Код:
public OnGameModeInit()
{
 DisableInteriorEnterExits();
 return 1;
}
Quote:
Originally Posted by Ihsan_Cingisiz
How can i display a Yellow door Enter/Exit somewhere?
'display a yellow door enter/exit' != 'DisableInteriorEnterExits'

Nice try though ^^
LOL oops really sorry about this... I'm so confused right now sorry >:[
anyways, use CP's and Pickups. Then SetPlayerPos OnPickup
or OnEnterCP


Re: Yellow door Enter/Exit - Hiddos - 11.06.2010

From wiki.sa-mp:

Код:
1559 - Interior enter/exit diamond
No idea if that's it, but I guess so.