SA-MP Forums Archive
Needed 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Needed help. (/showthread.php?tid=150914)



Needed help. - ruben2812 - 28.05.2010

Hi guys,

I have a problem.
I have started a new GameMode and i want remove something:

[img width=1024 height=640]http://i49.tinypic.com/2n1rlew.png[/img]

I want to remove the yellow thing. Can you help me?

Thanks

(srry for my bad english, I'm dutch)




Re: Needed help. - ViruZZzZ_ChiLLL - 28.05.2010

pawn Код:
public OnGameModeInit()
{
 DisableInteriorEnterExits();
 return 1;
}



Re: Needed help. - ruben2812 - 28.05.2010

Ty