C:\\Documents and Settings\\Dc\\Desktop\\New Folder\\filterscripts\\kapu_mozogj.pwn(102) : warning 225: unreachable code
C:\\Documents and Settings\\Dc\\Desktop\\New Folder\\filterscripts\\kapu_mozogj.pwn(102) : warning 217: loose indentation
C:\\Documents and Settings\\Dc\\Desktop\\New Folder\\filterscripts\\kapu_mozogj.pwn(107) : warning 217: loose indentation
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
3 Warnings.
#include <a_samp>
#define FILTERSCRIPT
#if defined FILTERSCRIPT
new kapu;
public OnFilterScriptInit()
{
CreateObject(969, 897.70001220703, 2277.1999511719, 9.8999996185303, 0, 0, 90.5);
return 1;
}
#else
kapu = CreateObject(969, 897.70001220703, 2277.1999511719, 9.8999996185303, 0, 0, 90.5);
return 1;
public OnPlayerCommandText(playerid, cmdtext[])
{
if(strcmp(cmdtext, \"/cumi1open\", true) == 0)
{
MoveObject(kapu, 897.59997558594, 2284.6000976563, 9.8999996185303, 2);
return 1;
}
return 0;
if(strcmp(cmdtext, \"/cumi1close\", true) == 0)
{
MoveObject(kapu, 897.70001220703, 2277.1999511719, 9.8999996185303, 2);
return 1;
}
return 0;
}
Valaki segitsen , mi lehet a hiba aki tudja lecives irja le!