Bug neon
#6

Quote:
Originally Posted by Madalyinn
Посмотреть сообщение
pawn Код:
//-------------------------------[NEON]--------------------------------------------
if(strcmp(cmdtext, "/neon", true) == 0)
    {
    if(IsPlayerInRangeOfPoint(playerid, 3.0, 1097.5781,-1188.2579,18.3388))
        {
        if(GetPlayerState(playerid) == PLAYER_STATE_DRIVER)
        {
          if(PlayerInfo[playerid][pNfs] > 0)
            {
                ShowPlayerDialog(playerid, 8899, DIALOG_STYLE_LIST, "Pick neon color", "Neon: Blue, Cost: 5.000$\nNeon: Red, Cost: 5.000$\nNeon: Green, Cost: 5.000$\nNeon: White, Cost: 5.000$\nNeon: Pink, Cost: 5.000$\nNeon: Yellow, Cost: 5.000$\nRemove All Neon, Cost: 10.000$", "Select", "Cancel");
                PlayerPlaySound(playerid, 1133, 0.0, 0.0, 10.0);
            }
          else SendClientMessage(playerid, COLOR_GREY, "You are not a NFS Club member!");
        }
        else SendClientMessage(playerid, COLOR_GREY, "You are not driving any vehicle!");
        }
        return 1;
    }
Where is the line that should add the neon light?

Post the script of dialog 8899
Reply


Messages In This Thread
Bug neon - by Madalyinn - 17.05.2014, 08:47
Re: Bug neon - by Threshold - 17.05.2014, 08:52
Re: Bug neon - by Madalyinn - 17.05.2014, 08:53
Re: Bug neon - by Threshold - 17.05.2014, 08:54
Re: Bug neon - by Madalyinn - 17.05.2014, 09:00
Re: Bug neon - by morha12 - 17.05.2014, 09:02
Re: Bug neon - by Threshold - 17.05.2014, 09:06
Re: Bug neon - by Madalyinn - 17.05.2014, 09:10
Re: Bug neon - by Threshold - 17.05.2014, 09:20
Re: Bug neon - by Madalyinn - 17.05.2014, 09:29

Forum Jump:


Users browsing this thread: 1 Guest(s)