29.01.2013, 16:32
pawn Код:
if (APlayerData[playerid][LoggedIn] == true)
{
if IsPlayerInRangeOfPoint(playerid, 4.0, 361.8270, 174.0347, 1008.389))
{
// Check if the player doesn't have a bank account
if (!fexist(file))
{
Your errors are stating that on this line of the code taken from above:
pawn Код:
if IsPlayerInRangeOfPoint(playerid, 4.0, 361.8270, 174.0347, 1008.389))
Quote:
|
if IsPlayerInRangeOfPoint(playerid, 4.0, 361.8270, 174.0347, 1008.389)) |
--
Try the code below and tell me your results:
pawn Код:
if(!IsPlayerInRangeOfPoint(playerid, 4, 361.8270, 174.0347, 1008.389))

