[HELP]
#2

Put this under public OnPlayerText(playerid, text[])
{

Код:
if (!strcmp("/open", cmdtext, true))
{
MoveObject(airportgate,1075.85644531,-1206.96875000,13.44162560, 2);
return 1;
}

if (!strcmp("/close", cmdtext, true))
{
MoveObject(airportgate,1077.69519043,-1205.89270020,19.94162560, 2);
return 1;
}
Put this under public OnGameModeInit()
{

Код:
new airportgate;
airportgate = CreateObject(980,1077.69519043,-1205.89270020,19.94162560,0.00000000,0.00000000,0. 00000000);
Reply


Messages In This Thread
[HELP] - by decastro96 - 19.06.2011, 17:29
Re: [HELP] - by Osviux - 19.06.2011, 17:33

Forum Jump:


Users browsing this thread: 1 Guest(s)