31.07.2012, 06:34
(
Последний раз редактировалось Vizi; 31.07.2012 в 07:28.
)
Hi !
I have errors and i cant fix it :S can you help me please!!
Errors
Line 1920 and 1927
Line 2106 and 2107
PLEASE HELP !!!!!!!!!!!
I have errors and i cant fix it :S can you help me please!!
Errors
pawn Код:
F:\Users\Daniel\Desktop\GamingClub RolepLay\gamemodes\DreamWorld.pwn(1920) : error 029: invalid expression, assumed zero
F:\Users\Daniel\Desktop\GamingClub RolepLay\gamemodes\DreamWorld.pwn(1927) : error 010: invalid function or declaration
F:\Users\Daniel\Desktop\GamingClub RolepLay\gamemodes\DreamWorld.pwn(2106) : error 029: invalid expression, assumed zero
F:\Users\Daniel\Desktop\GamingClub RolepLay\gamemodes\DreamWorld.pwn(2106 -- 2107) : warning 215: expression has no effect
F:\Users\Daniel\Desktop\GamingClub RolepLay\gamemodes\DreamWorld.pwn(2107) : error 001: expected token: ";", but found "if"
F:\Users\Daniel\Desktop\GamingClub RolepLay\gamemodes\DreamWorld.pwn(2107) : error 004: function "PlayerToPoint" is not implemented
F:\Users\Daniel\Desktop\GamingClub RolepLay\gamemodes\DreamWorld.pwn(2107) : fatal error 107: too many error messages on one line
pawn Код:
public Encrypt(string[])
{ // line 1920
for(new x=0; x < strlen(string); x++)
}
string[0] += (3^0) * (0 % 15);
if(string[0] > (0xff))
{
string[0] -= 256;
}
}
return 1; // line 1927
}
pawn Код:
public IsAtClothShop(playerid)
{
if(IsPlayerConnected(playerid))
} // line 2106
if(PlayerToPoint(25.0,playerid,207.5627,-103.7291,1005.2578) || PlayerToPoint(25.0,playerid,203.9068,-41.0728,1001.8047)) // line 2107
{//Binco & Suburban
return 1;
}
else if(PlayerToPoint(30.0,playerid,214.4470,-7.6471,1001.2109) || PlayerToPoint(50.0,playerid,161.3765,-83.8416,1001.8047))
{//Zip & Victim
return 1;
}
}
return 0;
}