Line help !
#1

pawn Код:
CMD:inmatriculare(playerid, params[]){
if(IsPlayerInRangeOfPoint(playerid, 20.0, 1404.4106,-1774.7357,13.5469 || IsPlayerInRangeOfPoint(playerid, 20.0, -1757.8441,946.5960,24.8828)) && GetPlayerState(playerid) == PLAYER_STATE_DRIVER)
{
    ShowDialog(playerid, Show:Inmatriculare1,DIALOG_STYLE_LIST,"Alege Orasul","Los Santos\nSan Fiero\nLas Venturas","Select","");
    }
    return 1;
}
warning : tag mismatch and it's not working ! The line is

pawn Код:
if(IsPlayerInRangeOfPoint(playerid, 20.0, 1404.4106,-1774.7357,13.5469 || IsPlayerInRangeOfPoint(playerid, 20.0, -1757.8441,946.5960,24.8828)) && GetPlayerState(playerid) == PLAYER_STATE_DRIVER)
How can I fix it ?
Reply


Messages In This Thread
Line help ! - by Kirchhoff - 19.05.2013, 10:49
AW: Line help ! - by Blackazur - 19.05.2013, 10:51

Forum Jump:


Users browsing this thread: 2 Guest(s)