Disable ?
#1

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
Reply
#2

From a_samp.inc.
pawn Код:
native DisableInteriorEnterExits(); // will disable all interior enter/exits in the game.
Reply
#3

You have to add
pawn Код:
DisableInteriorEnterExits();
not just
pawn Код:
DisableInteriorEnterExits
Reply
#4

Quote:
Originally Posted by Gappy
You have to add
pawn Код:
DisableInteriorEnterExits();
not just
pawn Код:
DisableInteriorEnterExits
i know , ty for try

amm @where i put this native DisableInteriorEnterExits ? i try under gamemode init and still errors ... i try under on player connect and i get errors i try top of script no errors but dont work lol
Reply
#5

All you have to do is this:
pawn Код:
public OnGameModeInit()
{
  DisableInteriorEnterExits();
  return 1;
}
Reply
#6

Quote:
Originally Posted by Don Correlli
All you have to do is this:
pawn Код:
public OnGameModeInit()
{
  DisableInteriorEnterExits();
  return 1;
}
i do but

Код:
C:\Documents and Settings\samp\Desktop\Server2\gamemodes\Jefferson.pwn(99) : error 017: undefined symbol "DisableInteriorEnterExits"
Reply
#7

Did you include a_samp?
Reply
#8

ye ofc,any other help ?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)