pickups
#1

Hey guys, I've a simple question, how to remove the basic pickups which came with the server files..
I mean like those which are not scripted. (I used a new script, not editing any.)

So, how do I remove those?

Reply
#2

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

DisableInteriorEnterExits();
Add this to OnGameModeInit
Reply
#4

Quote:
Originally Posted by ScRipTeRi
Посмотреть сообщение
pawn Код:
public OnGameModeInit()
{
DisableInteriorEnterExits();
return 1;
}
Quote:
Originally Posted by Naruto_Emilio
Посмотреть сообщение
DisableInteriorEnterExits();
Add this to OnGameModeInit
Thanks guys!
Reply
#5

Not Problem
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)