how to add and remove door is gamemode
#1



how to add and remove door is gamemode
Reply
#2

DisableInteriorEnterExits();
Reply
#3

Quote:

DisableInteriorEnterExits();


Explain more
plz
number id point ?
What part ؟
Reply
#4

Or you can remove gl_property from your server.cfg

Quote:
Originally Posted by par30
Посмотреть сообщение
Explain more
plz
number id point ?
What part ؟
You can post it just under OnGameModeInit, and that will do.
Reply
#5

Quote:
Originally Posted by par30
Посмотреть сообщение
Explain more
plz
number id point ?
What part ؟
Under OnGameModeInit callback
Reply
#6

not Understand
Reply
#7

putt
pawn Код:
public OnGameModeInIt()
{
     DisableInteriorEnterExits();
}
Reply
#8

Quote:

new bool:restarted=false;

public OnGameModeInit()
{
DisableInteriorEnterExits();
OnGameModeInit(-2626.2422, 1412.7734, 6.0469);

eror

C:\Users\hope\Desktop\SFCRRPGv1.3\SFCRRPGv1.3\SFCR RPGv1.2\gamemodes\SFCRRPG.pwn(1513) : warning 202: number of arguments does not match definition
C:\Users\hope\Desktop\SFCRRPGv1.3\SFCRRPGv1.3\SFCR RPGv1.2\gamemodes\SFCRRPG.pwn(1513) : warning 202: number of arguments does not match definition
C:\Users\hope\Desktop\SFCRRPGv1.3\SFCRRPGv1.3\SFCR RPGv1.2\gamemodes\SFCRRPG.pwn(1513) : warning 202: number of arguments does not match definition
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


3 Warnings.
Reply
#9

remove that upper line, you don't need it.
post the gamemode stuff.
Reply
#10

remove line not work
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)