#include
#define FILTERSCRIPT
#if defined FILTERSCRIPT
new kapu;
public OnGameModeInit()
{
kapu = CreateObject(980, 1765, -2176.69921875, 15.300000190735, 0, 0, 0);
return 1;
}
#endif
public OnPlayerCommandText(playerid, cmdtext[])
{
if(strcmp(cmdtext, \"/kapu1-nyit\", true) == 0)
{
MoveObject(kapu, 1766, -2176.6000976563, 9.1000003814697, 5.0);
return 1;
}
if(strcmp(cmdtext, \"/kapu1-zár\", true) == 0)
{
MoveObject(kapu, 1765, -2176.69921875, 15.300000190735, 5.0);
return 1;
}
return 0;
}
C:\\Documents and Settings\\Dyross Dark\\Asztal\\kapu1.pwn(1) : fatal error 100: cannot read from file: \"\"
Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
1 Error.
[mod]A témát zárom,mivel a problémád megoldódott,ha meg szeretnéd nyitni,dobj egy PÜ-t.[/mod]