28.06.2012, 06:30
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.