16.01.2010, 11:16
i got the error:
Код:
(388) : error 029: invalid expression, assumed zero
Код:
public OnPlayerCommandText(playerid, cmdtext[]) { if(strcmp(cmdtext,"/open", true) == 0 { // this is line 338 MoveObject(gate,-293.828,1507.450,76.070,1.5000); SetTimer("closegate", 7000, false); return 1; }