how to add and remove door is gamemode - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: how to add and remove door is gamemode (
/showthread.php?tid=464921)
how to add and remove door is gamemode -
par30 - 20.09.2013
how to add and remove door is gamemode
Re: how to add and remove door is gamemode -
Vanter - 20.09.2013
DisableInteriorEnterExits();
Re: how to add and remove door is gamemode -
par30 - 20.09.2013
Quote:
DisableInteriorEnterExits();
|
Explain more
plz
number id point ?
What part ؟
Re: how to add and remove door is gamemode -
CesarLT - 20.09.2013
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.
Re: how to add and remove door is gamemode -
iJumbo - 20.09.2013
Quote:
Originally Posted by par30
Explain more
plz
number id point ?
What part ؟
|
Under OnGameModeInit callback
Re: how to add and remove door is gamemode -
par30 - 20.09.2013
not Understand
Re: how to add and remove door is gamemode -
Vanter - 20.09.2013
putt
pawn Код:
public OnGameModeInIt()
{
DisableInteriorEnterExits();
}
Re: how to add and remove door is gamemode -
par30 - 20.09.2013
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.
Re: how to add and remove door is gamemode -
Vanter - 20.09.2013
remove that upper line, you don't need it.
post the gamemode stuff.
Re: how to add and remove door is gamemode -
par30 - 20.09.2013
remove line not work