[FilterScript] Los Santos Amusement Park/Funfair
#7

Quote:
Originally Posted by yunior
Посмотреть сообщение
Adril 1 puede ponerlo automatico sin poner /commands por favor a lo asy y en espaсol
Add in filterscript:
pawn Код:
public OnFilterScriptInit()
{
    SetTimer("StartAllFunFair", 30000+1000, true);
    return 1;
}

forward StartAllFunFair();
public StartAllFunFair()
{
    OnPlayerCommandText(-1, "/startall");
    return 1;
}
Saludos
Reply


Messages In This Thread
Los Santos Amusement Park/Funfair - by adri1 - 13.04.2013, 15:07
Respuesta: Los Santos Amusement Park/Funfair - by Dreyfuz - 13.04.2013, 15:33
Re: Los Santos Amusement Park/Funfair - by TheSnaKe - 13.04.2013, 15:37
Re: Los Santos Amusement Park/Funfair - by ProShooter22 - 13.04.2013, 15:43
Re: Los Santos Amusement Park/Funfair - by Jagitsha - 14.04.2013, 02:02
Re: Los Santos Amusement Park/Funfair - by yunior - 14.04.2013, 07:02
Respuesta: Re: Los Santos Amusement Park/Funfair - by adri1 - 14.04.2013, 07:36
Re: Los Santos Amusement Park/Funfair - by dEvasT._ - 15.04.2013, 19:14
Re: Respuesta: Re: Los Santos Amusement Park/Funfair - by yunior - 19.04.2013, 05:42
Respuesta: Re: Respuesta: Re: Los Santos Amusement Park/Funfair - by adri1 - 19.04.2013, 15:49

Forum Jump:


Users browsing this thread: 1 Guest(s)