09.05.2009, 10:39
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
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