question
#1

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

DisableInteriorEnterExits(); under on gamemodeinit
Reply
#3

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

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.

Reply
#5

UP, HEEEELP
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)