cords help
#4

ok i think u mean this

Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
    if(strcmp(cmdtext, "/pgate", true) == 0)
    {
        new string[50];
        new movetime = MoveObject(obj, 2482.7414550781, -1688.0881347656, 10, 2.00);
        format(string, sizeof(string), "Object will finish moving in %d milliseconds", movetime);
        SendClientMessage(playerid, 0xFF000000, string);
        return 1;
    }
    return 0;
}
well when i compile it . it say undefined sympol "obj" !!!!
Reply


Messages In This Thread
cords help - by [bs]_lancer - 01.02.2011, 17:59
Re: cords help - by Steven Paul - 01.02.2011, 18:12
Re: cords help - by [bs]_lancer - 01.02.2011, 18:27
Re: cords help - by [bs]_lancer - 01.02.2011, 18:44
Re: cords help - by xRyder - 01.02.2011, 18:48
Re: cords help - by [bs]_lancer - 01.02.2011, 19:08
Re: cords help - by Marricio - 01.02.2011, 19:12
Re: cords help - by [bs]_lancer - 01.02.2011, 19:30
Re: cords help - by Marricio - 01.02.2011, 19:31
Re: cords help - by [bs]_lancer - 01.02.2011, 19:41

Forum Jump:


Users browsing this thread: 1 Guest(s)