Moving gates problem 3 !
#2

2. Maybe you've reloaded the filterscript a bit too often? xD
If you don't say that the objects should be destroyed OnFilterScriptExit, they won't :O
pawn Код:
OnFilterScriptExit
{
    DestroyObject(lpgate);
    return 1;
}
1. Where have you declared the rank system? (In the Gamemode right? xD)
Put the gate system into the gamemode, or try to use
pawn Код:
CallRemoteFunction
^^
Reply


Messages In This Thread
Moving gates problem 3 ! - by Kirchhoff - 06.04.2010, 08:23
Re: Moving gates problem 3 ! - by Last_Stand_Guardian - 06.04.2010, 09:08
Re: Moving gates problem 3 ! - by Kirchhoff - 06.04.2010, 09:10
Re: Moving gates problem 3 ! - by Last_Stand_Guardian - 06.04.2010, 09:23
Re: Moving gates problem 3 ! - by Kirchhoff - 06.04.2010, 09:41
Re: Moving gates problem 3 ! - by Kirchhoff - 06.04.2010, 09:43
Re: Moving gates problem 3 ! - by Joe_ - 06.04.2010, 10:00
Re: Moving gates problem 3 ! - by Kirchhoff - 06.04.2010, 10:17
Re: Moving gates problem 3 ! - by Joe_ - 06.04.2010, 10:39
Re: Moving gates problem 3 ! - by Kirchhoff - 07.04.2010, 14:48

Forum Jump:


Users browsing this thread: 1 Guest(s)