09.11.2010, 08:27
(
Последний раз редактировалось jordylol6; 09.11.2010 в 08:35.
Причина: i need it
)
Hello,
i have make a barrier here is my script:
Its work's good but now i want rotate it witch this script its only go up i want the sam thing as a railway crossing
anybody help me please
Sorry for my bad english
i'm the netherlands
Thanks, jordylol6
i have make a barrier here is my script:
Код:
{
if(strcmp(cmdtext, "/openlsgate", true) == 0)
{
new string[50];
new movetime = MoveObject(lsgate1, 65.12141418, -1530.75195312, 4.83278656, 2.00);
format(string, sizeof(string), "Lsgate is now open", movetime);
SendClientMessage(playerid, 0xFF000000, string);
return 1;
}
return 0;
}
anybody help me please
Sorry for my bad english
i'm the netherlandsThanks, jordylol6

