[Map] House with Gate+Garage
#7

pawn Код:
Gate = CreateObject(976, 3350.8999023438, -1967.3000488281, 5.4000000953674, 0.0, 0.0, 90, 100.0);

    return 1;
}

public OnPlayerCommandText(playerid, cmdtext[])
{
    if(!strcmp(cmdtext, "/opengate", true)){
        if(IsPlayerInRangeOfPoint(playerid, 15.0, 3350.8999023438, -1967.3000488281, 5.4000000953674)){
            SetTimerEx("CloseGate", 5000, false, "i", playerid);
            MoveObject(Gate, 3350.8999023438, -1956.9000244141, 5.4000000953674, 3.0, 0.0, 0.0, 90);
            return SendClientMessage(playerid, 0xFF0000FF, "Gate is opening")

I got from there a 1 error cant finde him it say "C:\Users\WIN 7\Downloads\Acronis True Image Home 2011 14.0.0.6597\Untitled12 gates.pwn(2) : fatal error 100: cannot read from file: "streamer"

Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


1 Error.
Reply


Messages In This Thread
House with a Semi-automatic Gate - by Cena44 - 25.06.2012, 13:49
Re: House with Gate+Garage - by Don_Gambino - 25.06.2012, 14:15
Re : House with Gate+Garage - by yusei - 25.06.2012, 14:47
Re: House with Gate+Garage - by Lordzy - 25.06.2012, 15:09
Re: House with Gate+Garage - by Cena44 - 25.06.2012, 17:05
Re: House with Gate+Garage - by Dubya - 28.06.2012, 06:22
Re: House with Gate+Garage - by Rube - 28.06.2012, 06:30
Re: House with Gate+Garage - by Dubya - 28.06.2012, 06:43
Re: House with Gate+Garage - by Cena44 - 28.06.2012, 19:17
Re: House with Gate+Garage - by $mooth - 29.06.2012, 17:02

Forum Jump:


Users browsing this thread: 1 Guest(s)