Help me With 2 gate's please
#5

Quote:

if(strcmp(cmdtext, "/gdoor", true) == 0)
{
new string[50];
new movetime = MoveObject(5020, 2450.3513183594, -1675.4222412109, 14.183507919312, 2.00);
format(string, sizeof(string), "Object will finish moving in %d milliseconds", 14000);
SendClientMessage(playerid, 0xFF000000, string);
return 1;
}
return 0;
}
if(strcmp(cmdtext, "/gbigdoor", true) == 0)
{
new string[50];
new movetime = MoveObject(10671, 2460.9345703125, -1659.2412109375, 14.169486999512, 2.00);
format(string, sizeof(string), "Object will finish moving in %d milliseconds", 14000);
SendClientMessage(playerid, 0xFF000000, string);
return 1;
}
return 0;
}

i doesnt compile it says pawn


can any fix this for my? its just 2 gate's thats need be open with command please help me. i know this like's easy for you guys but im new its hard to me
Reply


Messages In This Thread
Help me With 2 gate's please - by ultimaterp - 03.04.2011, 09:49
Re: Help me With 2 gate's please - by Max_Coldheart - 03.04.2011, 09:52
Re: Help me With 2 gate's please - by sansko - 03.04.2011, 09:58
Re: Help me With 2 gate's please - by C-a-g-e - 03.04.2011, 09:58
Re: Help me With 2 gate's please - by ultimaterp - 03.04.2011, 10:46
Re: Help me With 2 gate's please - by C-a-g-e - 03.04.2011, 10:52
Re: Help me With 2 gate's please - by ultimaterp - 03.04.2011, 11:03
Re: Help me With 2 gate's please - by sansko - 03.04.2011, 18:33

Forum Jump:


Users browsing this thread: 1 Guest(s)