31.10.2011, 22:45
nao garanto que funciona,mas tente.
como voce nao postou a coordenada dele aberto,tive que por pra destruir e cria-lo novamente.
pawn Код:
#include a_samp
forward
lol();
public lol()
return CreateObject(980, -302.13659668,1506.26147461,71.13352203, 0, 0, 0, 342.8113);
public OnFilterScriptInit()
{
return CreateObject(980, -302.13659668,1506.26147461,71.13352203, 0, 0, 0, 342.8113);
}
public OnPlayerCommandText(playerid,cmdtext[])
{
if(!strcmp(cmdtext,"/portao",true))
{
DestroyObject(0);
return SetTimer("public",5000,false);
}
return 0;
}