LSPD doors dosent move... - 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: LSPD doors dosent move... (
/showthread.php?tid=509536)
LSPD doors dosent move... -
Acres - 27.04.2014
hey guys i got this problem if i go in LSPD there should be that i go near door press "F" and then the doors open ( if im LSPD ) but.... it worked before and now i dont know why but it dosent move anymore ( i cant find the CMD also for that atm so if you have had same problem please let me know where it comes from.
Thanks
Re: LSPD doors dosent move... -
BroZeus - 27.04.2014
The Codes please......
Re: LSPD doors dosent move... -
Acres - 27.04.2014
this is all i cna give you atm....
pawn Код:
public DoorOpen(playerid)
{
MoveDynamicObject(lspddoor1, 247.2763671875,72.536186218262,1002.640625, 3.5000);
MoveDynamicObject(lspddoor2, 244.0330657959,72.580932617188,1002.640625, 3.5000);
return 1;
}
public DoorClose(playerid)
{
MoveDynamicObject(lspddoor1, 246.35150146484,72.547714233398,1002.640625, 3.5000);
MoveDynamicObject(lspddoor2, 245.03300476074,72.568511962891,1002.640625, 3.5000);
return 1;
}
Re: LSPD doors dosent move... -
lonalovegood1 - 27.04.2014
Use This File
http://www.solidfiles.com/d/2857b/gate.rar
And This Topic
https://sampforum.blast.hk/showthread.php?tid=278880