06.04.2011, 13:07
try like this:
Quote:
if(strcmp(cmdtext, "/rg", true) == 0) { new string[128]; new movetime = MoveObject(rggate,2944.2483,-2051.3008,270.5893, 0.2); format(string, sizeof(string), "Object will finish moving in %d milliseconds", movetime); SendClientMessage(playerid,0xFF000000,"Welcome to RG Base."); return 1; } |