what did i do wrong?
#1

C:\Documents and Settings\pc\Desktop\GTA San Andreas\gamemodes\WC-RP.pwn(8563) : warning 217: loose indentation
C:\Documents and Settings\pc\Desktop\GTA San Andreas\gamemodes\WC-RP.pwn(8565) : warning 213: tag mismatch
C:\Documents and Settings\pc\Desktop\GTA San Andreas\gamemodes\WC-RP.pwn(8577) : warning 213: tag mismatch
C:\Documents and Settings\pc\Desktop\GTA San Andreas\gamemodes\WC-RP.pwn(8587) : warning 217: loose indentation
C:\Documents and Settings\pc\Desktop\GTA San Andreas\gamemodes\WC-RP.pwn(28657) : warning 203: symbol is never used: "GetPointDistanceToPointExMorph"
the only 2 things i edited was

new hqgate;

if(strcmp(cmdtext,"/opengate2", true) == 0)
{
if (gTeam[playerid] == pMember)
{
if(PlayerToPoint(15.0, playerid,283.2922,-1543.4369,24.7436))
{
MoveObject(hqgate, 1540.3433,-1618.5446,13.5469, 1.500000);
return 1;
}
}
}

if(strcmp(cmdtext,"/closegate", true) == 0)
{
if (gTeam[playerid] == pMember)
{
if(PlayerToPoint(15.0, playerid,283.2922,-1543.4369,24.7436))
{
MoveObject(hqgate, 1540.3433,-1635.2469,13.5469, 1.500000);
return 1;
}
}
}


hqgate = CreateObject(980,1540.3433,-1635.2469,13.5469, 0.0000, 0.0000, 0.0000);//closed

before that there was no errors please if any 1 knows how to fix please tell here how to fix or PM me
Reply


Messages In This Thread
what did i do wrong? - by johnnie_knoxville - 09.05.2009, 10:39
Re: what did i do wrong? - by johnnie_knoxville - 09.05.2009, 11:00
Re: what did i do wrong? - by Burridge - 09.05.2009, 11:06
Re: what did i do wrong? - by johnnie_knoxville - 09.05.2009, 11:14

Forum Jump:


Users browsing this thread: 1 Guest(s)