Gates dont 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: Gates dont move.. (
/showthread.php?tid=515560)
Gates dont move.. -
Bek_Loking - 26.05.2014
CMD

dotvori(playerid, params[])
{
MoveObject(gate, 980,2107,1384,5,180,3);
SendClientMessage(playerid, 0x99FFFF, "PD Vrata se otvaraju, ne zaboravite ih zatvorit!");
return 1;
}
CMD

dzatvori(playerid, params[])
{
MoveObject(gate, 980,2107,1384,12,180,3);
SendClientMessage(playerid, 0x99FFFF, "PD Vrata se zatvaraju, ne zaboravite ih zatvorit!");
return 1;
}
Help!!!
Re: Gates dont move.. -
Copfan5 - 27.05.2014
Do you have gate as a new or anything?
Re: Gates dont move.. -
VenomMancer - 27.05.2014
Show all you code on pastebin

i can help you bro