08.12.2009, 12:43
why when i try to DisableInteriorExits or what ever it is i put this under OnGameModeInit but it say Error: Undefined symbol DisableInteriorExits ? why this o.O
ty
ty
native DisableInteriorEnterExits(); // will disable all interior enter/exits in the game.
DisableInteriorEnterExits();
DisableInteriorEnterExits
Originally Posted by Gappy
You have to add
pawn Код:
pawn Код:
|
public OnGameModeInit()
{
DisableInteriorEnterExits();
return 1;
}
Originally Posted by Don Correlli
All you have to do is this:
pawn Код:
|
C:\Documents and Settings\samp\Desktop\Server2\gamemodes\Jefferson.pwn(99) : error 017: undefined symbol "DisableInteriorEnterExits"