Question about houses - 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: Question about houses (
/showthread.php?tid=511241)
Question about houses -
yamahadrifter - 04.05.2014
Hello I have a question concerning the houses because I can put in my server system for houses but players coming out of their houses to earn them another house somewhere else and my question is how can I remove these houses with yellow arrows to those who remain I unlock them
Re: Question about houses -
Aerotactics - 04.05.2014
pawn Код:
public OnGameModeInit()
{
DisableInteriorEnterExits();
return 1;
}
Re: Question about houses -
yamahadrifter - 04.05.2014
Thank you very much
Re: Question about houses -
yamahadrifter - 04.05.2014
Last question
This pawno code should be added in Gamemode or in-house system and where it should be added at the beginning or end of public ongamemodeint
Re: Question about houses -
Rockyyy - 04.05.2014
under ongamemodeinit
Re: Question about houses -
yamahadrifter - 07.05.2014
Thank you