Do you have problems with gates?
#1

Do you have problems with gates?

Do you need help?

Stop damn spamming the boards and learn to use the little search button up in the top right corner there.

Don't bump your post every 10 minutes, because I am sure your question has been answered 100 times before. Just use the damn search!

Click me to fix all your problems!
This was the first result when I searched "gate maker." How many people post useless posts asking how to make gates, when they could have just looked?
Reply
#2

sadly search isent gunna help much since there isent simple instructions on how to make command operated gates :P

im waay ahead of you


P.S. most of us dont want gate makers...we just simply want to code them ourselves
Reply
#3

erm yeah the problem i have is i script the gates in with the coords and cmds n stuff from jucies [TUT] but when run samp-server.exe my cars disapere and its gets to welcome to ___________blah blah but it dosnt come up with where i can login any suggestions ill get the script part from gate if ya want so you can have a look


here is the script i added for the gate at LSPD

i added
Код:
new pdoutdoor;

if(strcmp(cmdtext,"/ood", true) == 0)

   
   {
		 if(PlayerToPoint(15.0, playerid,1579.21,-1637.95,14.0793))
		 {
 	   MoveObject(pdoutdoor, 1579.21,-1637.95,14.0793, 2.500000);
     return 1;
     }
  }
}

if(strcmp(cmdtext,"/cod", true) == 0)

   
   {
		 if(PlayerToPoint(15.0, playerid,1581.21,-1637.95,14.0793))
		 {
 	   MoveObject(hqgate, 1581.21,-1637.95,14.0793, 1.500000);
     return 1;
     }
  }
}
is this ok or does there need to be a closed braket ? or somethign please help me
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)