Whats wrong, i dont get it
#1

Hmm, there is something wrong. I dont know how to fix it, i dont get the error.

This is my code
pawn Код:
else
        {
            SetPlayerToTeamColor(playerid);
            SetPlayerPos(playerid,1612.3240,-2330.1670,13.5469);
            SetPlayerFacingAngle(playerid, 0);
            SetPlayerInterior(playerid,0);
            PlayerInfo[playerid][pInt] = 0;
            return 1;
            }
        }
        return 1;
    }
Код:
 error 010: invalid function or declaration
This is the code i get the error on:

pawn Код:
else
        {
            SetPlayerToTeamColor(playerid);
            SetPlayerPos(playerid,1612.3240,-2330.1670,13.5469);
            SetPlayerFacingAngle(playerid, 0);
            SetPlayerInterior(playerid,0);
            PlayerInfo[playerid][pInt] = 0;
            return 1;
            }
        }
HERE HERE   return 1; - HERE HERE HERE
    }
Reply


Messages In This Thread
Whats wrong, i dont get it - by Tutrix - 22.12.2010, 21:49
Re: Whats wrong, i dont get it - by Saurik - 22.12.2010, 21:50
Re: Whats wrong, i dont get it - by Luis- - 22.12.2010, 21:56
Re: Whats wrong, i dont get it - by [03]Garsino - 22.12.2010, 21:58
Re: Whats wrong, i dont get it - by Tutrix - 22.12.2010, 22:00

Forum Jump:


Users browsing this thread: 1 Guest(s)