06.04.2011, 13:01
Hello, well I have a little problem. I mapped a base that has a gate at the entrance. I tried to make a MoveObject cmd for it, and did everything what its told todo in Wiki, but when I go to the server and type the command it only me shows me the text and nothing more happends, I dont know whats the problem with it, please help.
p.s. dont give me link for MoveObject at Wiki, since I seen it allready..
Код:
if(strcmp(cmdtext, "/rg", true) == 0) { new movetime = MoveObject(rggate,2944.2483,-2051.3008,270.5893, 0.2); format(string, sizeof(string), "Welcome to RG Base.", movetime); SendClientMessage(playerid, 0xFF000000, string); return 1; }