Help with command if(!PlayerToPoint
#7

pawn Код:
if (strcmp("/neon", cmdtext, true, 10) == 0)
    {
        if(IsPlayerInAnyVehicle(playerid) &&  IsPlayerInRangeOfPoint(playerid, 2.0, 2405.4531, 1022.8162, 10.4792)) return SendClientMessage(playerid, COLOR_WHITE, "  You are not the driver");
           {
              if(GetPlayerState(playerid) == PLAYER_STATE_PASSENGER)
            {
               
            ShowPlayerDialog(playerid, NEON, DIALOG_STYLE_LIST, "Choose your...")
            }
          }
          return 1;
}
Reply


Messages In This Thread
Help with command if(!PlayerToPoint - by boyan96 - 30.05.2011, 04:55
Re: Help with command if(!PlayerToPoint - by sansko - 30.05.2011, 05:16
Re: Help with command if(!PlayerToPoint - by boyan96 - 30.05.2011, 05:29
Re: Help with command if(!PlayerToPoint - by sansko - 30.05.2011, 05:45
Re: Help with command if(!PlayerToPoint - by yanir3 - 30.05.2011, 05:49
Re: Help with command if(!PlayerToPoint - by boyan96 - 30.05.2011, 06:06
Respuesta: Help with command if(!PlayerToPoint - by Lunnatiicz - 30.05.2011, 06:09
Re: Help with command if(!PlayerToPoint - by boyan96 - 30.05.2011, 06:13
Re: Help with command if(!PlayerToPoint - by newarvuti - 30.05.2011, 18:40

Forum Jump:


Users browsing this thread: 1 Guest(s)