SA-MP Forums Archive
question - 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: question (/showthread.php?tid=174083)



question - AndriusZ* - 04.09.2010

hello all,
im creating TDM server, and i got question. how can i delete default entrances? ( yellow arrow )


Re: question - willsuckformoney - 04.09.2010

DisableInteriorEnterExits(); under on gamemodeinit


Re: question - [XST]O_x - 04.09.2010

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



Re: question - AndriusZ* - 04.09.2010

Ok, and one more with JB.
i added on top of script:
Quote:

#include <JunkBuster>
#include <JunkBusterFS>

( after another includes )
and put these includes to pawno > includes
at finish i get:
Quote:

C:\Documents and Settings\Admin\Desktop\GangWars\pawno\include\Junk Buster.inc(1084) : warning 209: function "F_SetPlayerPos" should return a value
C:\Documents and Settings\Admin\Desktop\GangWars\pawno\include\Junk Buster.inc(3126) : warning 201: redefinition of constant/macro (symbol "SetPlayerPos")
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


2 Warnings.




Re: question - AndriusZ* - 04.09.2010

UP, HEEEELP