Moving gates problem
#1

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


Messages In This Thread
Moving gates problem - by a!DaN)_)-) - 19.06.2010, 21:06
Re: Moving gates problem - by Antonio [G-RP] - 19.06.2010, 21:09
Re: Moving gates problem - by a!DaN)_)-) - 19.06.2010, 21:28
Re: Moving gates problem - by Antonio [G-RP] - 19.06.2010, 21:29
Re: Moving gates problem - by a!DaN)_)-) - 19.06.2010, 22:55

Forum Jump:


Users browsing this thread: 1 Guest(s)