30.11.2011, 11:50
Quote:
No it's good now changed : CMD:nielsopen(playerid,params[]) {
soemone know how to close it with a timer? |
pawn Код:
forward closingtimer();
public closingtimer()
{
MoveObject( coords in here );
return 1;
}
// and in your command's code add something like
SetTimer("closingtimer",time in ms, repeating 1/0);