AJUDA RAPIDA
#7

fiz um rapidinho no bloco de notas, em forma de comando pra ti ver
pawn Код:
forward cancela();
public cancela()
{
    MoveObject(1,X,Y,Z,5);
    return 1;
}
//OnGameModeInit()
CreateObject(1,X,Y,Z,fX,fY,fZ,0);
//OnPlayerCommandText()
if(strcmp("/comeзar",cmdtext, true) == 0)
{
    MoveObject(1,X,Y,Z,5); // esse pra Fechar
    SetTimer("cancela",5000,false); // Esse pra abrir a cancela
    return 1;
}
Reply


Messages In This Thread
AJUDA RAPIDA - by atsbs - 04.09.2011, 17:09
Re: AJUDA RAPIDA - by [AF]Junior - 04.09.2011, 17:24
Re: AJUDA RAPIDA - by WLSF - 04.09.2011, 17:32
Re: AJUDA RAPIDA - by atsbs - 04.09.2011, 17:32
Re: AJUDA RAPIDA - by atsbs - 04.09.2011, 17:41
Re: AJUDA RAPIDA - by StrondA_ - 04.09.2011, 17:43
Re: AJUDA RAPIDA - by WLSF - 04.09.2011, 17:47
Re: AJUDA RAPIDA - by atsbs - 04.09.2011, 17:47
Re: AJUDA RAPIDA - by atsbs - 04.09.2011, 17:55
Re: AJUDA RAPIDA - by Dolby - 04.09.2011, 17:59

Forum Jump:


Users browsing this thread: 1 Guest(s)