19.06.2010, 21:06
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
is this ok or does there need to be a closed braket ? or somethign please help me
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; } } }