04.12.2012, 07:24
Код:
forward liftass();
Код:
public liftass()
{
if(GetPVarInt(playerid, "liftas") == 1)
{
MoveDynamicObject(liftas, 1481.07, 1744.07, 9.35, 5.0);
SetPVarInt(playerid, "liftas", 0);
}
Код:
public OnGameModeInit()
{
SetTimer("liftass", 10000, true);

