07.02.2011, 19:10
new Gate;
------------------------------------------
Gate = CreateDynamicObject(7657,-2028.13928223,-151.11863708,36.13164520,0.00000000,0.00000000,178 .00000000); //object(plasticsgate1) (1)
------------------------------------------
if (!strcmp("/openadmingate", cmdtext, true))
{
MoveObject(Gate, -2028.13928223, -151.11863708, 26.13164520, 2.0);
SendClientMessage(playerid, GREEN, "**You Have Opened The Admin House GATE!**");
return 1;
}
-----------------------------------------
I Compile There's No Errors ... No Warns .. BUT ..
When i go to the game ... and type the Command .. The GATE Don't MOVE!! ...
So anyone plz. can help me on this problem ?
-----------------------------------------
Thanks
Stunt_Guy_Drift_Guy
------------------------------------------
Gate = CreateDynamicObject(7657,-2028.13928223,-151.11863708,36.13164520,0.00000000,0.00000000,178 .00000000); //object(plasticsgate1) (1)
------------------------------------------
if (!strcmp("/openadmingate", cmdtext, true))
{
MoveObject(Gate, -2028.13928223, -151.11863708, 26.13164520, 2.0);
SendClientMessage(playerid, GREEN, "**You Have Opened The Admin House GATE!**");
return 1;
}
-----------------------------------------
I Compile There's No Errors ... No Warns .. BUT ..
When i go to the game ... and type the Command .. The GATE Don't MOVE!! ...
So anyone plz. can help me on this problem ?
-----------------------------------------
Thanks
Stunt_Guy_Drift_Guy


