warning 203: symbol is never used: "DisableInteriorExitExits"
#1

Hello, anyone seen this before? Cant seem to find anyone else with a problem like this by searching both forums and the interwebs.

Код:
warning 203: symbol is never used: "DisableInteriorExitExits"
It's correctly placed under
Код:
public OnGameModeInit()
First pawno said it was undefined, i added this just to see if it would work
Код:
new DisableInteriorExitExits;
Now i get this warning and it doesn't remove any of the default entrances.

Any ideas?
Reply
#2

did you put include <a_samp> ? In you code ?

and did you maybe think
Quote:

DisableInteriorEnterExits()

Reply
#3

it should be like this.

pawn Код:
#include <a_samp>

public OnGameModeInit()
{  
   DisableInteriorEnterExits();  // is not needed create a " new "
}
Reply
#4

[pawno]
DisableInteriorExitExits
[/pawn]

Does not exist

Its
pawn Код:
DisableInteriorEnterExits
If the problem still occurs then check if you have <a_samp> in your includes at the top of your script

If it still occurs then DisableInteriorEnterExits isn't being used.
Reply


Forum Jump:


Users browsing this thread: 4 Guest(s)