"New;" problems
#2

That is because you are creating a new object every time you open and close the gate.

put
pawn Код:
new pgate;
somewhere at the top of script so its a global variable, and then put
pawn Код:
pgate = CreateObject(2933,1717.0000000,1308.0000000,11.5000000,0.0000000,0.0000000,90.0000000);
in OnGameModeInit()
Reply


Messages In This Thread
"New;" problems - by Bek_Loking - 23.06.2014, 00:36
Re: "New;" problems - by DeStunter - 23.06.2014, 00:40
Re: "New;" problems - by Bek_Loking - 23.06.2014, 00:44
Re: "New;" problems - by Bek_Loking - 23.06.2014, 00:47
Re: "New;" problems - by Bek_Loking - 23.06.2014, 00:49
Re: "New;" problems - by DeStunter - 23.06.2014, 00:50

Forum Jump:


Users browsing this thread: 1 Guest(s)